from what stage you will start automation in your project
Answer Posted / vengi
When Test Case Repatable More number of times
When You Need Reports and Graph for Particlar Test Case
When You Go For Regression Testing
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
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.
To which environments does quicktest professional supports?
what is the difference between the modular framework and datadriven frame work
How to use reporter.report event in qtp ?
how will load the object during runtime?
Object repositories types, which and when to use?
what is the hierarchy to use properties in descriptive programming
Difference between copy to action and call to action?
What is difference between design time and run time data table?
How many types of Automation frameworks are there in UFT? Describe them.
How to creating an output value using quicktest professional?
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
How QTP support all types of applications (platforms)?
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.