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 |
what is Compile Module in QTP? what exactly it contains Functions or Actions?
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
I have the script like this: Browser("Philips Web Login").Page("Philips CL DMS2 Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. If i want to get that value "DC3701737" in to a variable, how? pls let me know if you didn't get the question. Help me out in this.
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?
is qtp 9.2 create the scripts with the application run on mozilla firefox browser?
What is TOM in QTP?
What type of VB script u had done in expert view?
I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4
Tell me few important difference Between QTP and WinRunner?
Suppose there are 10 browsers opened on desktop. I want to close all browsers except one browser in QTP. Can any one give the code for this?
Basically why we need testing?
Is it possible to split an action? How?