General Ques :
At What State u start Automating ?
means at what stage we start writing QTP scripts ?
Answers were Sorted based on User's Feedback
Answer / jay prakash
After feasibility study of automation on that project.
After study u select the tools and strategy of automation.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / shilpi
Once your functional test cases are frozen and the AUT is
functionally stable.
Also, there should not be frequent functional changes or
application changes.
| Is This Answer Correct ? | 2 Yes | 0 No |
hi guys we r working in office...we write some scripts..suddenly we have a work(5min only) in out side..what will do now,,,used to system shut down or log off or lock or sleep mode,switch use or hibernate?
How do you return a value for an array.
As u told write Libarary files in QTP. Do u use ever oject repositary 0r spy while writing scripts and for which type of testing u prepared test scripts.
What are the steps involved in the recovery scenario wizard?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" ar = Window("Flight Reservation").WinComboBox("Fly From:").GetContent your actual value is : that shows data in combo box how can u test the both data is correct or not by using split function
how to know no.of mails in our g mail by using vb-script
what is frame work of qtp?
give me the code for check point for validating application
Hi Frriends... I have one Query please give the apropriate ans. when we r working with web based application , the user loggedin page name is changed respect to the username ( Take a exp. Yahoomail.com) .When we use Datadriven test to this scenario ,each time the loggedin page name is changed ...then the script is fail.. at that time wat can do... please give the apropriate ans. Thanx in advance..
What is the regular expression for Yahoo mail Inbox?
How can we add regular expression for date field (dd/mon/yyyy)?
can we call a test in another test? how? explain with one example?