Hi Keith,
Can you help me in writing test case in selenium ide for the following scenario:
The test case tests the functionality of a filter
The system displays a list of records with 5 clolums like male,female,country,age etc
There is a filter for…
Hi Mark,
Can you help me in writing test case in selenium ide for the following scenario:
The test case tests the functionality of a filter
The system displays a list of records with 5 clolums like male,female,country,age etc
There is a filter for…
Thanks a lot Mark,
I have taken up the task of identifying xpaths for locating elements in my web application using selenium IDE
I need a specific help regarding xpath of one of the objects
The scenario is
User creates a folder using the ADD FOLDER…
Hmmm... lot's of ways to do this I think.
One way, there is a user provided extension for Data Driven Tests on OpenQA here: http://wiki.openqa.org/display/SEL/datadriven - use it with Selenium IDE (Test Runner referenced is deprecated). Please note…
Let me explain in detail
Actually i am in the very initial phase of automated testing
We are in the process of selecting the candidate test cases to automate
The application is a web based one. It is actually a web GUI which is linked to a database…
Can you describe this more?
* What type of database are you testing?
* Are you testing the database directly or through the UI? As in creating records by inputting data into a UI form then viewing it again via a UI form OR are you inputting via a U…
Hello everyone
I am into testing a web based application which is a database system using selenium
Can anyone assist me in developing a framework using selenium (steps)
I can guess its going to be a data driven framework