What is the use of "Define new test object" in QTP 9.1
When should we use? Explain?
Answer Posted / rayudu
You are exactly right...But
What is the use of Creating new test object, if it not work
on the application.what will we do with it.How to use on
the application????
Please tell me with one example
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
please any one can explain the keyword driven framework. with gmail example.
In qtp, how you can exit for loop?
How many types of parameters are available in quicktest professional (qtp)?
What is difference between run time object and test object?
With what extension you can save the list of tests in a file to run in test batch runner?
What is difference between design time and run time data table?
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
What is the new version of qtp which is recently released in the market?
Explain how you can delete excel file in qtp?
What are the 3 main stages involved in testing with qtp?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
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.
Can we create user defined functions in qtp?