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 |
What are different types of checkpoints?
wat is mean by software testing,and what is mean by acid testing
Explain the purpose of loading winrunner add-ins?
How does winrunner evaluates test results?
supose 10 times text data is there but it will run 8 times whtat will you do.
How to read the third party controls in the application
What is toogle breakpoints? How does it differ from break points?
what is wrun.ini file..what it consists?
3 Answers BeBo Technologies, Polaris,
Which function to use to compare the application date with system date?
If I dont have GUI spy on my machine how I do I manage to map my custom object properties
How to Know through script which add-ins are loaded with winrunner?
how can we make use of virtual object wizard to identify similar object can u explain with an example