Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

WinRunner Interview Questions
Questions Answers Views Company eMail

Explain the winrunner testing process?

1159

What is the use of gui map and what happens when the gui map file get loaded?

1197

What is the purpose of different record methods 1) record 2) pass up 3) as object 4) ignore.

1136

What happens when the gui map file get loaded?

1286

What is the use of gui map?

1187

What are different types of checkpoints?

1234

What is the purpose of a gui spy?

1246

What information is contained in the checklist file and in which file expected results are stored?

1296

What are the three modes of running the scripts?

1155

How do you handle unexpected events and errors?

1175

How do you maintain the document information of the test scripts?

1118

How to force wr to learn the sub-items on a menu?

1090

How do you handle dynamically changing area of the window in the bitmap checkpoints?

1190

What do you verify with the gui checkpoint for single property and what command it generates, explain syntax?

1419

What do you verify with the database check point custom and what command it generates, explain syntax?

1187


Post New WinRunner Questions

Un-Answered Questions { WinRunner }

I want to do smoke test in my application but i have learnt the application before recording but im getting an error class name not found while running the script.I want to check each links and each text in my application. Can anybody answer my quesion plz.If it is possible i want test script for Yahoo login form with "New User" Login.

2229


What is the use of virtual object wizard and how it is used?

1189


How do you handle dynamically changing area of the window in the bitmap checkpoints?

1190


Are there any suitable free tools to conduct performance test on a php web application?Manual or automation which is preferable for such kind of application? please answer ASAP

2387


What is the difference between gui map and gui map files?

1222


Welcome link is dynamic. How do you handle? What is your approach and write script.plz send answer

2174


Name the two modes of recording?

1153


How do you find out which is the start up file in winrunner?

1191


Have you used winrunner in your project?

1123


What are the virtual objects and how do you learn them?

1309


What is the purpose of gui spy?

1334


Without the gui map, use the phy desc directly?

1113


what is qtp licence

2330


What different actions are performed by find and show button?

1226


i get error "winrruner cannot identify object" and gives details like the physical description of object "windowsFor....378734a_11" has changed descritpion in GUI map new discription Description { { class:object class:object Msw_id:264896 Msw_id:918548 } } Below is a script of functionality where amount is transfered from users account ,first contact summary of user is opened then transfer button is available on which we click .on clicking transfer form opens and various details are entered like amount to be transfer,transfer type .line where i m getting error is obj_mouse_click ("WindowsForms10.Window.8.app have marked it with red in script .0.378734a", 164, 10, i would be very thankful if anyone can give help related to this problem. *SCRIPT IS BELOW:-* > # Shell_TrayWnd > set_window ("Shell_TrayWnd", 1); > toolbar_button_press ("ToolbarWindow32_1", "Contact summary - > Scheme: > SCHEME CARD PROGRAM (admin - Local - V.1.8.2.0000)"); # Button Number > 3; > > # Contact summary - Scheme: SCHEME CARD PROGRAM (admin - Local - > V.1.8.2.0000) > set_window ("Contact summary - Scheme: SCHEME CARD PROGRAM (admin - > Local - V.1.8.2.0000)", 1); > obj_mouse_click ("CommandBar1", 437, 15, LEFT); > > # Transfer (admin - Local - V.1.8.2.0000) > set_window ("Transfer (admin - Local - V.1.8.2.0000)", 1); > obj_mouse_click ("WindowsForms10.Window.8.app.0.378734a", 164, 10, > LEFT); > > # #32769 > set_window ("#32769", 0); > obj_mouse_click ("WindowsForms10.Window.8.app.0.378734a_0", 138, 9, > LEFT); > > # Transfer (admin - Local - V.1.8.2.0000) > set_window ("Transfer (admin - Local - V.1.8.2.0000)", 0); > obj_mouse_click ("WindowsForms10.Window.8.app.0.378734a_1", 166, > 13, LEFT); >

2220