What is the default object synchronization timeout in qtp?
No Answer is Posted For this Question
Be the First to Post Answer
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
What is checkpoints for quicktest professional (qtp)?
How to switch between browser tabs? )moving from one tab to another tab)
Hey friends i m facing a problem when i m running my script in qtp it waits for about 5-10 secs before starting execution why it is so can any one solve my problem .Previously it was running fine
How to handle Recovery scenario in QTP. give detailed explanation about recovery scenario.
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
Can any one send me the QTP Basic Coding Samples?
if we can find the status of script in qtp that either it's pass or fail then why we need to put this status on different excel file or log file in hybrid framework .please let me know asap thanks
plz can any one send me what is Automation Testing Frameworks.. Thanks in advance
In what situations QTP will not recognize the Objects?
need clear explanation of actions and functions in qtp with examples?can anyone suggest me gud site for that other than qtp manual?
hi, i am trying to capture "web element" names in a web page, and i written the code like this,, with Browser("title:=") with .page("") .webelement("htmltag:=...").getroproperty("innertext") end with end with //////////////////////////////////////////////////////////////////////////////////// QTP RETURN ERROR like this: " object's description matches more than one of the objects currently displayed in your application. Add additional properties to the object description in order to uniquely identify the object" ok fine , i need to search another property other than "index" i use all the properties like class,text,innerhtml,innertext,visible=true,x , y,abs x ,abs y...but qtp returns error ..... in this webpage index is difficult to find? how to solve