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 is the file extension for object in AUT captured by WR
which testing life cycle are u following & explain
What is synchronization? what is the purpose of wait() function? what is the diff. between wait() and other synchronization functions in winrunner?
8 Answers Infeneon Technologies,
soft key for virtual object wizard ?
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.
Explain the winrunner testing process?
what is compile module in WinRunner?
is 'tech' is a Reserved word in WinRunner or not?
What is database check points? how many types are there?Explain?
one text box is there .It will takeing some number, How will u know how many no's it will takeing by useing qtp
How can we stop a automation program in middle of execution time?
Suppose there is a global variable called Counter.And there is a user defined function called my_function.which does not take in any parameters. How can a test engineer utilize Counter inside my_function body?