How can integration testing be done through winrunner??



How can integration testing be done through winrunner??..

Answer / trinadh

As per my knowledge we are using win runner only for
regression testing.In integration testing testers are not
involved,so there is no chance of using win runner in
integration testing.
But you can give one answer in interviews like,intergration
means testing interaction betweens modules means output of
one module will effect the input to the other module.So in
integration we are checking how it effecting take a example
like check mails available in trash folder in yahoo or
google.If you want to check one mail present in trash,that
mail should come from inbox after delete it.out put of
inbox module is deleted mail and input for trash module is
same deleted mail.you can test this type of scenarios by
using win runner.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More WinRunner Interview Questions

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

0 Answers  


what is the function key to toggle a breakpoint

1 Answers  


how many options are provided in WR login screen

1 Answers  


what is the difference between testlog and testdirector? thank u

3 Answers   Verizon,


If I dont have GUI spy on my machine how I do I manage to map my custom object properties

2 Answers  






Tell me the function to move to the next row in a data table?

2 Answers   Accenture, Landscape Technologies,


i'm using WR 8.2 version to test a form developed using ORACLE10g. The problem i'm facing is, the form has number of edit objects in that only two objects are not able to recognize by WR while running the script. ( if i FIND that object in the GUI File it highlights the object but if i press SHOW button not able to recognize) can anyone tell me the reason for it??

2 Answers  


How to know from the script that whether the object is custom object or virtual object?

5 Answers   Wipro,


Can we use the user defined functions (which inclues script with GUI functions) in Compile module? Example: public function MyGuiFun() { set_window(?Browser main window?); button_press(?OK?); } If yes. pls give some example, how to handle...!

1 Answers  


WinRunner will suppost "Cold Fusion"?

1 Answers  


In my application I was supposed to test two columns.The first column1 belongs to one module and the other column2 belongs to other module.The content in both the columns is same.I supposed to check whether the data present in the column1 is same as the one in column2. Each column contains number of rows.So checking each row manually is diificult.Is there any option available in WinRunner or QTP to check the column data.These two columns are available in Data Base Tables. One way is that I can just number of rows in each column so that I can get rows count of both the columns,but apart from that I was supposed to check whether the data is also same in both the tables. Can anybody suggest me how I can go about this.

1 Answers  


How to to get the information from the status bar without doing any activity/click on the hyperlink?

0 Answers  


Categories