How to change the Default synchronization method time and
where?
Answers were Sorted based on User's Feedback
Answer / naren
Test->Settings->select Run tab and change the default value
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / poonam
Default synchronization method time can be changed by:
In Menu Test->Settings, choose the tab "Run", change the
Object synchronization timeout.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / johnson
In qtp 9.2 File-->settings-->select run tab in Test setting
window - change the values in object synchronization timeout
text box.
| Is This Answer Correct ? | 1 Yes | 0 No |
Does quicktest professional is unicode compatible?
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
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)
How many number of actions possible in qtp?
explian qtp frame work and what is the use of it? what is the neceecity of this? explian detail?
Can anybody help me by sharing the code for checkbox in qtp using vbscript.
Am going to QTP testing......but i dont know coding languages like (c,c++,java,etc)and am not having interest in coding .............can i choose testing tools like qtp to learn and get a job in software......please reply me
In a webtable, lets say there are 10 records and 1 column. let say "image" is available for 1st,2nd and 3rd records and 4th onwards image is not available. How to recognise for that cell image is available or not?
how i can get the value of label box , please any body tell me script of that code
1. What is diffrence between Analog Recording And Lomlevel Recording ?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
i am trying to automate yatra.com,in that site, when i go to automate the Leaving from field showing as a WEBEDIT, but when i enter 1 or 2 char, it displaying dropdownlist, i try to use keyboard automation to select the item from that list but it is not possible, can anybody help he. Thans for posting the Answer