Explain what are set_ window and win_ activate, How do they differ?
Latest Answer: Set_window (This is the fuction to focus that particular window, Examble Set_window("Login",5); Now the winrunner focus the Login window if it is opened the window will focus else you will get a error message Winrunner cant identfy),Win_activate (This ...
What are the use of these functions in WinRunner?
1. substr
2. load
3. edit_get_list
4. invoke_application
Latest Answer: 1 - substr : extracts a substring from a string. syntax: substr (string,position,length); string - string to be used ...
HICan some one Please reply as soon as pos about solution when winrunner gives error " cannot identify object"Details:-I recorded a (dot net ) windows application ,while running it gives this
Latest Answer: Hello,You can map your GUI objects using "GUI Map Configuration" in that you jst remove the MSWid from mandatory & add edit class.Let me knw if you have any issues?Thx,Ramesh.N ...
What is the use of mapping custom object to standard object?
What is difference between custom object, virtual object and standard object?What anyone will miss if he avoid to mapping or use virtual wizard
Latest Answer: Winrunner has default GUI objects like Windows, PushButton , Check box etc., these objects are called as standard objects. This objects can automatically learn by winrunner from our application. Some applications use new objects other than winrunner ...
How can I give input to a TSL script(like scanf() in C)?
Latest Answer: Thanks!! ...
Please explain WinRunner architecture.Winrunner is a "record and play" tool.Winrunner process is a six step process.What is Exception Handling in WinRunner?Provide TSL statement which specifies
Latest Answer: Functions which can be used to specify keyboard inputs : type (keyboard_input); #sends keyboard input eg. type ("Hello"); # type "Hello" string type ...
I want to read text inside dialogue boxes or pop ups using winrunner. I also want to save the pop up as image in a word document. How to do this? Please help
Latest Answer: you can use the function win_get_text or obj_get_text to get the text in dialogAlse you can use the function win_get_info,but the text return is only visiable ...
I am working on Window Application form , i need to check the sequence of mandatory fields, like if there are two mandatory fields on the form then if i leave first field empty and click on save button
Hi ,i am testing a application , i need to verify tab sequence of each form in the application how it can be done in winrunner or in QTP to make a script to verify the tab sequence of particular form.please
What happens, if WinRunner does not recognise GUI objects in the application
Latest Answer: In case of winrunner unable to identify the object, u can use a technique called descriptive programming. U describe the physical description of the object directly in the test script rather thaan logical name..eg : for edit field the script would be ...
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top