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 / sweetpoison
try query like sort by asc for 1st and desc for second
| Is This Answer Correct ? | 0 Yes | 0 No |
what is Compile Module in QTP? what exactly it contains Functions or Actions?
What is the difference between keyword driven frameworkd and Modularisation framework?(Chandana)
hello...any one tell me , where can i get company email id.. actually i am searching on testing... in my CV i put 3+ exp.. but all companies are asked company email id.. please provide solution for that... thanx in advance...
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
Which functionalities of QTP used in banking project? pls any say answer?
How do u write a regular expression for date (dd/mm/yyyy) field?
What are the trigger events in qtp?
1)What is the Difference Between WaitTo & Sync?
write script for , launching fr window,login and create 5 elements array and store 5 order numbers inthat array? and open order by using order no.s in array and find out maximum tickets booked by which order?
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
example-date format is 01-jan-09 in QTP.How to convert this format to 01-01-09?
How to find if given number is prime or not