I designed selenium IDE basic questions test. Most of them are frequently asked by interviewers. It will be very helpful you to improve your selenium IDE knowledge. If you are in software testing field and using selenium IDE testing tool for software functional or regression testing then it will really helps you.

You can suggest your questions related to selenium IDE to include in this test by posting comment bellow this post.

"How to Store and Reuse Information in Selenium IDE ?" This question is asked by one of my blog reader through Ask A Question page so let me share it with all of you. It might helps you too for software testing using selenium IDE. Question is as bellow.

Question : 
Using Selenium IDE, how do you:

"assertElementHeight" and "assertElementWidth" are assertion commands and useful to verify and assert if expected height and with don't match with actual height and width of element on software application page. I posted article about "storeElementHeight" and "storeElementWidth" before and described how

"storeElementIndex" and "verifyElementIndex" Commands are used for store and verify index of an element node respectively. If you want to verify the placement sequence of an element on the page then you need to use "storeElementIndex" or "verifyElementIndex" or "assertElementIndex" command. It will return index of