Limitations in QTP?
No Answer is Posted For this Question
Be the First to Post Answer
WHAT ARE THE DISADVANTAGES OF SHARED REPOSITORY?
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.
In ordinal identifier there r 3 options available. Which one will be enabled first when ordinal identifier is invoked.
what is run action?
How many lines of code in each script of QTP?
in my database haveing 3X3 (manas having 3 rows 3 colums) i want to test only (2nd row 3colum) bit how to test either script or any automation plz explain? (Chandana)
What are the abbreviations for tsr and mtr?
17 Answers Ordain Solutions, TSR,
Differences between text and test area checkpoints?
Tell me the situations where we will use Data Driven?
What is meant by Pseudo Code?
What is the Difference Between Quick Test Pro and Quick test professional?
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