What is Maximum synchronization time out in QTP(By Default
is 20sec). Anybody can answer it. Thanks in advance.

Answer Posted / suresh

I am not sure about this statement

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is output value? How many types of output values are there in qtp?

574


what is stepin & stepout?

1414


what is actually contain test report? can anybody post the test report

1466


Define Environment Variable in UFT and its uses?

601


I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all

1508






what is description object?

1583


Define Canvas view of UFT?

608


What are the advantages of parameterization ?

590


How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.

1680


how to evalute defects in QTP script?

1480


What is fragmentation and paging?

1585


Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma

1339


Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?

1571


how to find that tools work well with ur existing system?

1350


How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks

1542