What is the process for creating an automated test script
using QTP assuming you have reviewed the manual test case
and understand the requirements?
Answer Posted / ganesh
transfering ur testing from Manual to Automation depends
upon lot of factors.Depending upon these factors u decide
the 'Framework'. Framework is nothing but the approach by
which u implement QTP to ur project.There are various type
of framework avilable....Data, Library, Keyword Driven to
name few
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain quicktest professional (qtp) testing process?
What is quicktest professional (qtp)?
Did QTP prove efficient for your project? Yes or No, explain?
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?
how to download mercury qtp9.2 ny internet ?
How to get popup error message.
Shall we add Local Repository to shared object repository,if yes,how we add
What are the benefits of quick test pro(qtp)?
Hi Friendss..., can any body help me.. 1. Tell me your achievements(Technically)..? 2. Tell me your strengths(Technically) and weakness(Technical)..? 3. Why are you looking for change..?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
What is data driver in qtp?
How to do call a output parameter from one action to another action??/
What is action?
Explain how you can find length of array in qtp?
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You