Thursday, August 6, 2020

Selected Recent Forum Posts

Here are some recent selected forum posts from our eValid forum:

Any videos to apply eValid to a Salesforce app? -- This kind of scripting is typical of CRM applications.

How to overcome escaping characters -- Yes, eValid can "escape" characters in strings that otherwise would be confusing.

Posting Title Questions about cookies -- You are safest if each test begins without any cookies, and eValid can delete them.

Tuesday, July 21, 2020

Selected Recent Forum Posts

Here are some recent selected forum posts from our eValid forum:

Explaining chaining waits in eValid -- Some web pages' tests require complicated "wait for" sequences, explained here.

How to understand what counts as a regression test -- Some technical basics about regression testing.

Can eValid show performance data on a page downloading -- Getting basic performance data is very easy to do.

Thursday, July 9, 2020

Selected Recent Forum Posts

Here are some recent selected forum posts from our eValid forum:

Dealing with i-frames or frames inside of frames -- It can get complex, but eValid uses a strict hierarchy to track frame containments.


Asking about eValid parameters and settings -- While not technically a programming language, eValid scripting does support parameter passing.

When a value or tag in eValid is not present -- eValid is tolerant of syntactically correct but meaningless script commands -- a reliability feature!

Monday, June 22, 2020

Selected Recent Forum Posts

Here are some recent selected forum posts from our eValid forum:

Does eValid have an programmable interface -- The EPI is very powerful and connects directly to the browser so you can "drive" your web page as you wish your tests to do.

Changes or deletions of content in the DOM -- Yes, dynamic DOM updates can complicated otherwise straightforward testing, but eValid has the resources to overcome the problem.

Is eValid considered a no code solution -- If a "no code" means you don't HAVE to code, then eValid fits the description. But you can code if you want to (with the EPI option).

Monday, June 8, 2020

Selected Recent Forum Posts

Here are some recent selected forum posts from our eValid forum:

Dealing with an image with a date stamp -- Think about a "fake image," which is equally as hard to deal with?

How does PageMap feature compared to the Chrome browser -- We think PageMap is simpler, and better tuned to testing Web pages!

How does eValid record and organize the data -- The playback logs are very complete, a good basis for diagnosis of problems.

Thursday, May 21, 2020

Selected Recent Forum Posts

Here are some recent selected forum posts from our eValid forum:

Details for looking up a MAC address -- This lookup is needed for your eValid license. 

Will eValid work on machines with IE11? -- Important re-validation of operational success with IE 11 on Windows 10. 

How to keep the Site Analysis from mapping my entire web site -- eValid isn't a web spider, and there are important self-limiting features to site analysis runs. 


Thursday, May 7, 2020

Selected Recent Forum Posts

Here are some recent selected forum posts from our eValid forum:

Is eValid able to tell if an page element is there or not -- This requires careful examination of the DOM element involved. 

Script commands not to be used during monitoring mode -- Caution is given about desktop-dependent tests. 

Delayed latency during an eValid LoadTest session -- Can be complicated, but this article addresses the main issues.