How to send QTP scripts to our colleagues?
Answer / naresh
while u send QTP scripts to ur colleagues send them along
with the object repositories(SAVE THE OBJECT repository and
then send them)
| Is This Answer Correct ? | 1 Yes | 4 No |
Hi Friends, Iam Beginner in QTP and i want to Try the software QTP. I checked the mercury site for QTP Trial version and i found QTP 9.0. The thing is that it supports windows 2000,Xp but not windows 98.And Iam using Windows 98 onlu and it's not possible for me to upgrade to windows 2000. Pls. guide me how to get the trial version of QTP which supports windows 98 Operating System The version may be 6.5 is ok for me.Thanks in Advance
What is object repository in qtp?
How can we parameterize our test, values in flat file. Ex:- Values in notepad, with that values i want to parameterize the test.
How can i learn Descriptive programming in QTP. Please reply.
Anybody explain me, the concept of checkpoint declaration in the QTP mainly for the Objects, Pages, Text and Tables ?
How to verify the Cursor focus of a certain field?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
I am trying to read the rediffmail usign the below code. But facing problem, while i user to get the link of the mail, i am getting all the link of the page, While i just want to get only mail name - link (not all the link of an page) so that i able to read the mail message by clcking on them in qtp. Dim Lnk,Webcheckbox Set Lnk= Description. Create '********* To count and display the webcheckbox Lnk("micclass" ).value=" Link" set LinkName= Browser("Welcome to Rediffmail:" ).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk) LinkCount=LinkName. Count msgbox LinkCount For i=1-1 to LinkCount-1 DataTable.SetCurren tRow(i) DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name") Next Waiting for the reply Praveen Saini
Where you get the run time data table?
write vbscript on veb applications in qtp with exapmles?
How to data driven test for Win objects in QTP ?
Write a user defined function to count the no. of buttons existed in a webpage ? i dont want to use descriptive.create ()