what is syncurnisation point? what is the use of this in
real time environment? plz explain?
Answer Posted / sai sankar
Synchronisation point is used in QTP to give a time map
between the tool and the application. With this feature(SP)
the tool(QTP) waits for the application to be completed for
certain actions (basically internal actions which takes
some time to be completed like updating a data in the
database etc) while executing the scripts.
Again we can use SP and also we can increse the Timeout
option in QTP from the same purpose.
But by using SP tool waits till the action process ends ,
while by using timeout option the tool waits for a specific
time period given by us ,irrespective of the fact that the
process /action is over or not.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Where we can use the analog mode and where we can use the low – level mode?
What are the features and benefits of quick test pro (qtp 8.0)?
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
Hi, My name is kishan. I have good Conceptual Knowledge on QTP. In order to Boost up my Confidence Level, I want to do a Project oriented Training only on QTP in Hyderabad. Kindly Let me know which is the Best QTP Project Training Institute in Hyderabad. Thanks in Advance kishan
Hi, Hope you viewers are doing fine with good health. What are the steps and connection parameters to connect to Oracle db ? Can you connect with just the Oracle client or Oracle XE ? Cheers!!
When to use descriptive programming?
What is object repository in qtp?
Hi.. I want to do parametrization for selecting perticular flighr say XYZ by using local table: criteria: 1.If flight is available msgbox "Flight is available" and then select flight from flight table and click to ok button after that as enter username and ticket no and then stop 2. otherwise msgbox " Flight is not available" and stop Please help me out ..and let me know your responses on dipak.bachhav@gmail.com Regard, Dipak
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
What is test object model in quicktest professional?
How you create new action in qtp?
what type of automation is follwed in the project?