
- Forum
- Testing
- Software Testing
- about winrunner
about winrunner
This is a discussion on about winrunner within the Software Testing forums, part of the Testing category; When we try to learn the objects of windows inbuilt calculator in winrunner, it does not learn those objects as ...
-
03-24-2005, 04:16 AM #1
- Join Date
- Feb 2005
- Answers
- 10
about winrunner
When we try to learn the objects of windows inbuilt calculator in winrunner, it does not learn those objects as standard class objects. Then we have to create virtual objects for those. But why does winrunner (in some systems) accept these objects as standard class and does not need to create virtual objects of these even when u close winrunner and start it again.
thanks group!
-
03-27-2005, 12:00 AM #2
- Join Date
- Mar 2005
- Answers
- 7
about virtual object to standard class
· There are two ways of creating GUI Map files
1)Global GUI map file.
2)GUI map file per test.
If you are going to write the script in Global GUI map file mode then the GUI file will automatically load into the script when ever you are running the script. If you create virtual objects as standard class object that physical description will be stored in the temporary GUI map file. If you save that script and tries to run the script after reopening of WinRunner it will load the GUI map file automatically and the physical description will not change and WInRunner will recognize the object as the standard class.
But in GUI map file per test mode we have to load the GUI map file before running the script. Hence If you load the GUI map file and configure the virtual objects as standard class object then WinRunner will recognize it as a standard class and if you unload the GUI map file with out saving and tries to run the script again then WinRunner will recognize the object as virtual object only, But if you save that GUI map file then it will recognize that Virtual object as standard class ,even if you run the script after closing WinRunner and start again.
-
03-27-2005, 05:10 AM #3
- Join Date
- Feb 2005
- Answers
- 10
hi mallakishore!
Dear Mallakishore,
There are two things:
1. See u r telling that gui global file loads automatically as u try to run an already saved test. And in case of gui pertest mode u will have to load the gui file before running an already saved test script. Actually it is otherway round. In global mode u will have to load gui file in order to run an already saved test script and in case of pertest mode u need not to load gui map file in order to run an already saved testscript.
2. You did not understand my question. I wanted to ask that normally when u make some object a virtual object, and close winrunner the winrunner does not accept the object as a virtual object when u restart winrunner unless you had saved the old gui file. But in some systems winrunner recognises some objects as standard class objects irrespective of the fact that u had saved the gui file or not before shutting down winrunner. So my question is why does this happen.
-
Sponsored Ads
«
orthogonal array testing
|
What is least information required while gathering information for planning a test
»

Reply With Quote





