How can the user get a text of a web element?
No Answer is Posted For this Question
Be the First to Post Answer
What is the deference between automation tools and management tools?
Could any one share scripts... where we can Parameterize radio buttons and Check boxes in Rational Robot.
Explain some disadvantages to manual software testing?
what is meant by keyboard driven test?
default time for executing 1000 lines of script in winrunner and also in qtp.
What all different approaches can be used for designing an automation solution?
What are the limitations of automating software testing?
Tell me how can the user get a text of a web element?
hi i m runing a login script using multiple data by importing from excel sheet, now i want to get a status pass or fail each time the script run for multiple data?? so anyone can help me out?
When you will not automate testing?
What skills needed to be a good test automator?
Program/pseudo code on FIFO? Input a string and make sure that output is in FIFO manner. Eg, Enter 'John Dave' as input and output should be 'John Dave' not 'Dave John'. (inbuilt functions like push, pop were given)