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...


Hi any body can tell me the synchranization point syntax
thanks
in advance

Answers were Sorted based on User's Feedback



Hi any body can tell me the synchranization point syntax thanks in advance ..

Answer / prashanth chenna

Hai Friend,
In some times tool will run faster than Application in
Execution time, it causes Error message in that situation
we have to mapthe time between Tool and Application. This
is Synchronization point. There are some different ways
1. Wait() [wait Function]
2. .Exist [either PopUp or some message]
3. When a Progress Bar enabled. [when a progress bar
compleated]

Is This Answer Correct ?    3 Yes 1 No

Hi any body can tell me the synchranization point syntax thanks in advance ..

Answer / chandu

hi there...
Browser("Welcome: Mercury Tours").Page("Flight
Confirmation: Mercury").WebElement("Flight Confirmation
#").WaitProperty "visible", true, 10000

its in help man...just see the help in QTP

thanks
chandu

Is This Answer Correct ?    2 Yes 1 No

Hi any body can tell me the synchranization point syntax thanks in advance ..

Answer / ram

It is the conditional based waiting mechanism with which we
can make the tool in waiting state until the specified
condition is satisfied.
Object hierarchy. waitproperty, "property name", property
value, extra time in milli seconds

Is This Answer Correct ?    1 Yes 0 No

Hi any body can tell me the synchranization point syntax thanks in advance ..

Answer / akshar jain

you can use the sync property that is widely uded in our
company for eg

browser("pegasus").page("pegasus").sync

or for an image

browser().page().frame().image
().waitproperty,"visible",true,10..this line will wait till
the image is completely loaded

Is This Answer Correct ?    0 Yes 0 No

Hi any body can tell me the synchranization point syntax thanks in advance ..

Answer / shiva

synchronization is a process of matching the speeds of both
the tools and applications in order to keep them in sink
with each other.the main concept of synchronization is tool
to wait,still the application finishes its work.


Syntax for synchronizations:

Object hierarchy.Wait property("property name","property
value").Extra time in milliseconds

Is This Answer Correct ?    0 Yes 0 No

Hi any body can tell me the synchranization point syntax thanks in advance ..

Answer / mahaboob

synchronization:During the test execution the qtp script
execution time may not match with the application under
test script,the time gap between the qtp script to
application undertest the test is fail,to avoid this we
bridge the time gap between them ,we have to use the
1)increase the default synchronization time out patameters
2)using exist statement
3)using wait statement
Ex:
Browser(Browser name).page(pagename).frame(frame name).wait
(mille seconds)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

How QTP integrate with application?

1 Answers  


Hi I'm a beginner in QTP. So far I'm ok with Descriptive but stuck while implementing Hybrid Frame work. 1. I have created a Keyword file with .vbs ext set home=description.create home("title").value="Welcome to feests" set reglink=description.create reglink("name").value="register yourrestaurant / take away" set fbusname=description.create fbusname("name").value="business_name" set dispname=description.create dispname("name").value="display_name" set restchkbox=description.create restchkbox("name").value="restaurant" set cuiscate=description.create cuiscate("name").value="cuisine_categery1" set addline1=description.create addline1("name").value="address_line1" set pstcode=description.create pstcode("name").value="address_postcode" set cntry=description.create cntry("name").value="address_country" set mlandno=description.create mlandno("name").value="landline_no" set emailadd=description.create emailadd("name").value="email" 2. I have created an Function Library file as follows Function launch() bro="C:\Program Files\Internet Explorer\iexplore.exe" url="http://www.feests.com/" invokeapplication bro&" "&url Browser(home).page(home).Link(reglink).click End Function Function restregistration(karthik, teja, Ameerpet, UK) Browser(home).page(home).WebEdit(fbusname).set "karthik" Browser(home).page(home).WebEdit(dispname).set "teja" Browser(home).page(home).WebCheckBox(restchkbox).set "ON" Browser(home).page(home).WebList(cuiscate).Select "Indian" Browser(home).page(home).WebEdit(addline1).set "Ameerpet" Browser(home).page(home).WebEdit(pstcode).set "UK" Browser(home).page(home).WebList(cntry).select "United Kingdom" Browser(home).page(home).WebEdit(mlandno).set "023775347" Browser(home).page(home).WebEdit(emailadd).set "email@gmail.com" End Function 3. This is how I have called the keywords and Functions in QTP executefile"C:\Documents and Settings\karthik\Desktop\keywords.vbs" executefile"C:\Documents and Settings\karthik\Desktop\functions.vbs" launch restregistration karthik, teja, Ameerpet, UK, "email@gmail.com" Now the issue is, I'm trying to enter the email ID in WebEdit field. But I dont know what is the mistake I did, if I run the script in QTP it is showing following error Error: Expected identifier Line (2): "executefile"C:\Documents and Settings\karthik\Desktop\functions.vbs"". Can someone help me fix this, please!!?

0 Answers  


need clear explanation of actions and functions in qtp with examples?can anyone suggest me gud site for that other than qtp manual?

2 Answers  


Hi Guys...I just started working with QTP now.The frame work they use hear is Write all the functions in function libraries and pass data using data dictionary either from data table or excel .I kind of understood evrthing but one thing I need to know is How do they recognize objects .Do they use object spy and recognize objects or record them ..Does soemone have any idea how they generally do this is such kind of framework

0 Answers  


I am Using QTP 9.1 version. I have created a Shared Object Repository. The size of Shared Object REpository is 9 MB. In my system i am able to execute the script very flexibly and it is very fast. But if i copy the same code into other system with the same configuration, it is executing very slowly(i.e dam slow). It is not happening in all machines it is in only some machines. Can please any one give th esolution. It is high priority to me as i need to give demo to client on their machines.

4 Answers   TCS,


How to find the length of the string in qtp?

0 Answers  


hello everyone, can anybody please tell me what are the different recording modes of QTP, and where these recording modes are present in QTP 9.2. Thanks in advance, Gaytri

7 Answers  


can any body tell me all of the release dates of QTP?????..... thanks in adv!

3 Answers  


Suppose I want fail that check point? How can you do that?

0 Answers  


What type of automation frame work you are using?and why?

2 Answers   Wipro,


Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.

1 Answers   scintel,


What are accessibility check point and xml check point?

5 Answers   IBM,


Categories