Without using guimap editor ?we can recognise the application in winrunner ?

Showing Answers 1 - 21 of 21 Answers

meena

  • Oct 9th, 2005
 

no

  Was this answer useful?  Yes

elluruvidyasagar

  • Oct 10th, 2005
 

yah! by the Rapid Test script wizard

  Was this answer useful?  Yes

Vijayanand

  • Oct 13th, 2005
 

Without Using GUI map Editor, We can Recognise the Application in WinRunner by Rapid Test Script Wizard, but it is also regonize only Client server application, not Web based application.

  Was this answer useful?  Yes

Without Using GUI map Editor, We can Recognise the Application in WinRunner by using Rapid Test Script Wizard, but it is also regonize only Client server application, not Web based application.

  Was this answer useful?  Yes

balanagu

  • Oct 27th, 2005
 

Yes, we can recognize the application in WinRunner . By hardcoding the properties of theobject in the TSL WinRunner can be able to recognize the object even though it was learned by GUI Map Editor.

For eg. consider an edit box is there in te application and u didn't learn it. Then in the script u should write in the following manner. suppose the object label name is "username"

edit_set("{class:edit, MSW Class: ........,label:username}");

Nothing but u should give the whole properties of the corresponding object in the script directly.

  Was this answer useful?  Yes

Anand

  • Oct 28th, 2005
 

How to test web baded application manually?

  Was this answer useful?  Yes

Karunakar

  • Nov 20th, 2005
 

No, Without the help of GUIMap editor winrunner doesn't recognize any of the object, to test any of the application we need

1.Application should be on the desktop

2.Appl information in GUI map Editor(GUI Map File)

3.Script.

  Was this answer useful?  Yes

Smriti

  • Mar 3rd, 2006
 

Without using GUI map editor winrunner cannot recognize any objects. Even with Rapid Test Script wizard all the recorded objects will be finally stored in GUI map editor. So directly or indirectly you will be using the GUI map editor.

 And as for testing web applications, when web test option is checked during the start-up of the tool, Rapid Test Script Wizard option will not be available.

  Was this answer useful?  Yes

udhayakumar

  • Mar 18th, 2006
 

It is possible without using guimap Editor.The concept is called as descriptive programming.Here, you just specify the physical description of the object.Winrunner can identify the object during testrun. Getting the Physical description is quite easy.You just use object spy to get the physical description of the object

  Was this answer useful?  Yes

Srikanth Gajare

  • May 29th, 2006
 

Without Using GUI map Editor, We can Recognise the Application in WinRunner by Rapid Test Script Wizard, but it is also regonize only Client server application, not Web based application. Yes, we can recognize the application in WinRunner . By hardcoding the properties of theobject in the TSL WinRunner can be able to recognize the object even though it was learned by GUI Map Editor.For eg. consider an edit box is there in te application and u didn't learn it. Then in the script u should write in the following manner. suppose the object label name is "username"edit_set("{class:edit, MSW Class: ........,label:username}");Nothing but u should give the whole properties of the corresponding object in the script directly.

  Was this answer useful?  Yes

GUI Map editor is used to store all gui files and their objects in the application.

GUI Map configuration is used to configure new objects into standard class.By default all objects can be recognized by winrunner.In any rare situation,if any object is not recognized,GUI Map configuration can be used.

What i want to say here is,without GUI Map Editor it is almost impossible to identify the objects in the application.In rare situations GUI Map configuration is used.

  Was this answer useful?  Yes

priya

  • Nov 7th, 2006
 

yes, we can write by using descriptive programming; it will be called as hardcoding; when the time writing the script we write the relared object's classname or label name n allllll

  Was this answer useful?  Yes

naresh kumar

  • Apr 25th, 2007
 

yes, we can recognize the objects , using descriptive programming.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions