When u are making custom object to standard object in ur application using gui configuration ,what is the purpose of virtual object wizardwhat is the difference between gui ocnfiguration and virtual object wizard

Questions by prasu   answers by prasu

Showing Answers 1 - 6 of 6 Answers

veena

  • Feb 14th, 2006
 

in many applications may contain custom objects(n0n standard objects)

for these custom objects winrunner assigns object class,and generate statement like "obj"

in any of these custom objects works like a standard objects

winrunner can map custom objects to standard objects

  Was this answer useful?  Yes

MOSES ARNOLD

  • Mar 29th, 2006
 

hi Veena,

            when ever the onjects that does not belong to Standard object class. Win runner records the test scrips as obj_function.

when we are customising the objects to the standard object by GUI Configuration.

For Example:

Suppose we have a web button. when we click on the web button before configuring.

Obj_click function will be generated in the test script.

After Configuring the Web button to a buttonclass.

then it will display in the test script

Button _Press statement

but this will be for the current use only to standarise the settings permanent.

we use to paste the scripts in the start up script or in the Top of the same script.

If you have any queres

Feel Free to call me: 09880939448 (if calling from out side bangalore).

  Was this answer useful?  Yes

sobhan

  • Mar 5th, 2007
 

Hi Rekha,


In your application two submit button are in your application. one upper part of window and another one is lower part of window. we want recognise that objects differently use winrunner we will use GUI Map configuration. one way is msw_id (microsoft windiw id)  is  different for object in the application another way is  location  wise and alphanumeric.

Location wise means verify from top to buttom and left to right

Alphanumeric means verify alphabetic. 

  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