what is the main process in QTP?
Answers were Sorted based on User's Feedback
Answer / ravindra
1.plane your test
2.Record your test
3.Enhance your test:means parameterizing(or)putting check
points(or)creating output values(or)Using Reguler
expression.
4.Debug your test
5.Run your test
6.Analyze the Result
7.Report defects
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / somalatha
recording or test initiation, editing of scripts, running
scripts and analysing the results is main process in QTP
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / bfakruddin
Hello Friends,
Please check answer here
http://qtptester.wordpress.com/2009/03/19/testing-process-in-qtp/
| Is This Answer Correct ? | 0 Yes | 0 No |
Per-Action Vs Shared repository?
I have a web table,in that web table in 3rd row 4th coloumn i have a link how to click it with descriptive programming? I have a webedit without entering any value how to calculate the size of that field? I have a DB table , how to find the 5th highest salary? write query.
By using QTP can we record any log files written by the application which is in execution?
What are the advantages of parameterization ?
Using Regular expression in Date format DD/MM/YYYY (0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[12])/([0-9]{4}) in this regular expression year 0000 also accepted.I need atleast any one single digit must be nonzero value (like 0009,1000,0034)
What criteria do you use when determining when to automate a test or leave it manual?
can somebody send the script to write a multiplication table in notepad through qtp
What is the difference between a Test and a Business Component? Is it necessary to use Business Component while testing an application in the real time?
How to compare 2 excel files using QTP? How to compare 2 PDF files using QTP?
Write test cases for copy and past password in password field ?
How would you directly trigger javascript in a test?
How to make arguments optional in a function?