Suppose i have some records in database now i want to use
first 1000 records for one test and next 1000 to 2000 records
for another test how can we do this just for ex oracle
database pls tell me
Answer Posted / sweetpoison
try query like sort by asc for 1st and desc for second
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of an object spy tool in qtp?
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
how to idetfy which test cases are automated?who will deside that plz tell me
Can we run test with out adding object in object repository? How it is possible?
How many types of recording modes are there?
what is the difference between data driver & data driven and driver script?
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ
What are the types of environment variables in qtp?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
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.
I need Major Help with a Script I recorded in QTP 9.5. I am recording scripts for a Web-based application(s) I have all the URLs for each application in Excel spreadhsheet so that QTP can pull that particular application from the spreadsheet and run it. The problem is QTP isn't recognizing one particular URL so when I hit run in QTP to run this script it opens the internet Explorer but isn't open the URL I have in the Excel spreadsheet. I've retyped the URL and still QTP won't open this Particular one for some reason. The site its self is working fine but for whatever reason QTP won't open it. How do I resolve this? I have a deadline of next Friday the 7th to complete this task so please help me in any way you can. Thanks in advance
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
What is checkpoint in qtp?