what r the drawbacks and limitations of QTP?
Answer Posted / ravindra
1.QTP is unable to generate the report when the checkpoints
are large in no.
around 3000
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How you can make an action as re-usable action?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
QTP script is not working on other's machine..
what is the difference between the modular framework and datadriven frame work
How to record application running on the Virtual machine?
Can we run test with out adding object in object repository? How it is possible?
How you can write contexts to text file in qtp?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
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.
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
terminal services client
how to acess a test in RSA?
what is the difference btn risks & Therads in the Test plan documentation?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...