how many types of object repositories in winrunner & tell me
difference for those
Answers were Sorted based on User's Feedback
Answer / j
The question is wrong i think the question will be
How many types of GUI editors in win runner and tell me the
difference for those.
NOTE: Object repositories are in QTP.
There are 2 types GUI editors
1. Global GUI Editors
2. Per Test
Difference is
Global GUI Editors: Only one GUI editor used for one
application Testing.
Per Test: Different GUI editors are used for single
application testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / s saritha
You can not say these are GUI Map edditor.
There are two type of GUI map file mode(not editor)
1.Global :
In this mode you can use single GUI file for differant
tests.This mode for sharing with team.Multiple test can
refer a common GUI file.Less memory required.
2.Per Test
In this mode you have individual GUI file for diff
tests.Mode for working in isolation.Memory requirment is
more.
| Is This Answer Correct ? | 0 Yes | 0 No |
Welcome link is dynamic. How do you handle? What is your approach and write script.plz send answer
What is Global GUI Map?
plz give me code or steps for pop up exception. or can u tell me how to pause test run for defining handler function?
Hi all,Can anybody tell me what does AUT stands for in winrunner,because now only iam learning
You declared a constant in a main test..Later you want tried to reinitialize that constant..what will happened? i.e const i=10; -- --- i=20; what will happen?
How do you execute your tests from windows run command?
how to create checklist in winrunner?
When would you use 'set_window' and when would you use 'win_activate'?
Could you anyone share me the path to download the automation tools which are having trial license version?
I Loaded a compile module "mycomp()" using Load statement.later I tried to load this same compile module using one more load statement.Then I tried to unload this usning unload statement one time.will it unload the compile module?
what is the difference between data driven test(ddt) and parametrization
7 Answers Agile Software, CTS,
what is split function?Give me the syntax?