any one can explain about QTP proocess,means where to start
and how to start Scripting.
Answers were Sorted based on User's Feedback
Answer / ruchir
Do start with first recording the application and then try
to customize the the code in expert view as per ur requirments
like If else case , For etc
Try it
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sarithareddy
step1:start recording,
step2:editing means giving some inputs or putting some
conditions
step3:debogging
step4:execution
step5:analyzing the test results
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / a.thirumalareddy@gmail.com
if you want to do scripting
first you have to add the objects of the application to the object repsitory
then write the scripts, and modify the script according to your test
debug the script line by line (use error handling methods is there any pop-ups)
execute the script
analyze the results in result window
| Is This Answer Correct ? | 1 Yes | 1 No |
You have a WebTable in Web application. When you Record a Scenario using QTP, WebTable didn't recognized and also Repository is not having Webtable information. In this case How to find RowCount and Coloumn Count?
How many types of recording modes are there?
Hi What are re-usable actions in QTP? -Thank You
Which property do you use to retrieve or assign data into a cell in a Data Table object?
Hi All,I am in wierd situation that my laptop is installed with QTP11 and os is xp sp3.The problem is the descriptive programming which i have written is working in other laptops and it is not working in my laptop.it is clicking the link which is above the testbox instead of typing it in textbox below it.It is same with the other working scripts written by another person.
Hi Friends, Can any one answer this question? 17) What method is used to retrieve the number of columns in the query results? A. Fields.Count B. Fields.Item(EOF) C. Fields.Count(BOF) D. Fields.Count.Value
How can we QTP Scripts in xml format? is there any way to do so?
Which statement will use for close an action in QTP?
What are the different ways to invoke an application using QTP?
What are the major/ important methods, functions in QTP we use realtime testing
How to convert manual test cases to automated testcases
What is QTP testing process?