what is syncurnisation point? what is the use of this in
real time environment? plz explain?
Answer Posted / venkat
tool wait set of amount of time for an application to
respond to its input.during the test run th default amount
of time may not be enough, the tool continue to test the
application,before the application not ready.this leads to
error in the script.this is the synchronisation between
tool and the application.
the default amount of time the winrunner waits is 10
seconds.
the default amount of time the rational robot waits is 1
sec.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
hi, can u tell me the QTP TEsting process in present real time companies?(beware of this... now a days Recording is not using,, only DP) and don't tell note book answers like step 1 spep2....like this .......post answer with professional skills in simple english words) thank u
How to replay a script in qtp?
Explain different types of checkpoints?
how did u use automating testing tools in ur job?
Tell me about qtp?
Hi iam shankar here, right now iam working on manual testing. i want to switch over automation tool qtp, right now iam taking training class outside on qtp, please let me know the cost of QTP tool for full version, wether it's an annual subscription or monthly subscription.
Is virtual object supported in low level recording mode?
How to execute a winrunner script in quicktest professional?
How would you directly trigger javascript in a test?
How many ways is to parameterize the value?
Differences between text and test area checkpoints?
I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)
tell me exact differenceb bw qtp and selenium?(could not tell open soure and licennce? difference in usage and technical difference?
What r the different filters in defect in quality center
How u will do versioning in QTP?