Print Page | Close Window

WR 8.x issue

Printed From: One Stop Testing
Category: Testing Tools @ OneStopTesting
Forum Name: WinRunner @ OneStopTesting
Forum Discription: WinRunner is an automated functional GUI testing tool that allows a user to record and play back UI interactions as test scripts using a proprietary Test Script Language (TSL).
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=4523
Printed Date: 07Apr2025 at 5:18am


Topic: WR 8.x issue
Posted By: user1
Subject: WR 8.x issue
Date Posted: 07Feb2008 at 2:16am
Hello Testers,

I feel this is a spot where winrunner experts can be found.

While using WR 8.x objects are changing dynamically and error message pop-up as oblect mismatch. I am using saved code & object. Let me the explain sequence what we follow.

Step1: recorded script in context mode and saved the gui.
Step2: Re-opened the code and mapped the gui through 'GUI map editor'.
Step3: Running script from top.

Note: but if i do this stuff in 7.x then its working fine.  I am using same application for all iteration.

What could be the problem? may if i am not wrong we need to do property setting or is their any problem with mapping through 'GUI map editor'  or some thing else.

Also please clarify me bleow points.
1) How to focus pop-up windows from application.
2) How to point squence data from ddt file.
3) Running same code more multiple times (100 times) in batch mode.
4) Why objects keep changing while runnung script.
5) What is the diffrence between mapping GUI through 'GUI map editor' & manual script.
6) Triaging recorded code.

Experts please go  through it and please reply. These are common problems which every wr users will face.

Looking for your eply ASAP.

Thanks in advance

"Mother of all bugs is a skilled Testers"




Replies:
Posted By: vaditya2005
Date Posted: 15Apr2008 at 8:26pm
Also please clarify me bleow points.
1) How to focus pop-up windows from application.
a. try to capture image or button if any in that and place a conditional to functionalize 
 
2) How to point squence data from ddt file.
ddt_value(); and depends on the variable which is used to for iteration
3) Running same code more multiple times (100 times) in batch mode.
for loop
4) Why objects keep changing while runnung script.
Dynamic OBject
5) What is the diffrence between mapping GUI through 'GUI map editor' & manual script.
We can try to capture the Dynamic object instantly
6) Triaging recorded code.
Need more clarification



Print Page | Close Window