What are the recording modes in qtp?
No Answer is Posted For this Question
Be the First to Post Answer
how do u retrieve data from a database ? i.e. i want to retrieve 2nd record only from a database ? write code for this. by using ADODB connecton, RSOBJ and using a FOR loop we can retrieve all the records( ex: if we give query as select * from emp). but i want only 2nd record. so how to acheive this.
How to find the name of the machine where you are running your automation scripts in qtp?
I have 5 no.of Action in my Test. Out off which i should make 3rd action as my start-up action. How should i make it?
How do you invoke an application using the step generator in qtp?
Using Regular expression in Date format DD/MM/YYYY (0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[12])/([0-9]{4}) in this regular expression year 0000 also accepted.I need atleast any one single digit must be nonzero value (like 0009,1000,0034)
what are the different u notice in betweem QTP version 8.2 and 9.2 and what is new in QTP9.2
suppose our project is developed using java technologies.after complition of the coding developer relesed a build to the testing team.so, what is the process means how we open that documents?what are that documents?plz give reply its urgent
What are private functions in QTP? How they can be called from the function library?
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
What are the limitations in using Virtual objects?
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?