Handling iframes in selenium
There are situations where web controls/elements reside inside an inline frame, the inline frame is another document or dom resides…
There are situations where web controls/elements reside inside an inline frame, the inline frame is another document or dom resides…
On a webpage, user can only selects one option from many of the limited group of options. In HTML we…
GUI testing is the basic validation we do mostly in browser applications… this may be the text font, text size,…
There are scenarios where our test case fails and we use mostly logs to see what actions performed and how…
There are certain scenarios where we need to read the content of a text file or write something to a…
Alerts are basically popup box/window that takes the focus away from the current browser screen and forces you to read…