Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Answer Posted / nag b

By default it's 20 sec.
But we can change its value. Here you go..
File > Settings > Test setting dialog comes up.
Click Run tab. Here you can see
Obejct Synchronization timeout : 20 Sec
Change it to the required value.

I have set the value to 1000 sec according to my
application requirement and it worked fine..

If you set it > 1000 it is again sets to previous valid
timeout value. I was not able to set it more than 1000.
I cheked it with qtp 9.2.

so i think 1000 sec is max timeout

Is This Answer Correct ?    13 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is recording done when a application is over lapping the QTP application it gives a message object not recorded

2041


Is it possible to use two instances of UFT on the same machine? If not why?

1103


What Folder Structure following in Keyword Driven Frame work?

2758


Hi Friendss..., can any body help me.. 1. Tell me your achievements(Technically)..? 2. Tell me your strengths(Technically) and weakness(Technical)..? 3. Why are you looking for change..?

1812


What are the views available in qtp?

1013


Please help me by providing the License key for QTP 9.2, at guru_aarya@yahoo.co.in Best Regards Gururaj.B

3341


How to Test the mainframe application?

2351


What is environment variable in qtp and why to use it?

986


How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?

3966


How to find array size in qtp?

1000


How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?

1032


Explain about Test Fusion Report of QTP?

1048


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?

1889


I have two For loop, first For loop does is creates a customer and input the customer info and then the second for loop within the first for loop does the follows which is capture the customer name and verify the with the data within the datatable. The problem I am coming across is that when it goes through the second time creating another customer and then verify the second customer then it creates the following during runtime. I want is to have the customer2 below Customer1 under the Customer_from_Apps. Any help will be greatly appreciate it. Customer Customer_from_Apps Customer_from_Apps1 Customer1 Customer 1 Customer2 Customer2 Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Customer_Val= Datatable.GlobalSheet.AddParameter ("Customer_from_Apps",runtimevalue) row=datatable.getsheet("Global").GetRowCount For x=1 to row datatable.SetCurrentRow(x) Data_Val=Datatable.Value("Customer",dtGlobalSheet) If (trim(Customer_Val)=trim(Data_Val)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val else Reporter.ReportEvent micFail, "Cusotmer validation unsuccessful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val End If Next

1821


What is standalone database?

2250