Page 1 of 1

Any restrictions on window sizes with using eValid

PostPosted: Thu Mar 31, 2022 8:08 am
by TeriAG
Hello.

Does it make any difference how big a window is?

I mean, how sensitive is eValid to window size?

Thanks in advance

Re: Any restrictions on window sizes with using eValid

PostPosted: Fri Apr 01, 2022 9:13 am
by eValid
TeriAG wrote:Hello.

Does it make any difference how big a window is?

I mean, how sensitive is eValid to window size?

Thanks in advance


Thanks for posting your question about the window size TeriAG.

Actually, not sensitive at all if you are doing pure DOM-based testing.

Quite sensitive if you are having to resort to Application Mode Testing, where window size does make a difference.

In the first case, eValid runs at the DOM level and doesn't care about issues of window size.

The window can even be minimized, and the test will go through OK.

In application mode, you have commands like these available:

Resize wid w h -- Resizes window "wid" to width w and height h

Screensize W H -- Tells eValid the intended size of the window at playback time.

Fontsize N -- Forces use of size N fonts.


-- eValid Support