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 |
How do you filter the objects in the gui map?
Hi guys pls any one help me , I am facing this problem since last one week , my question is in there 1000 rows and 1000 coloums , i want to pick the one record , how ?
how do you analyze the result in update and debug mode
How can withwin runner to make single scripts which supports multiple languages?
What is the different between GUI map and GUI map files?
can any body tell me in detail about ERP domine?
How are objects set to appropriate class
what is custom check point? what is the diff.between custom check point and runtime Record check ?
2 Answers Infeneon Technologies,
WHAT S/W LANGUAGES DOES THE WINRUNNER & QTP SUPPORT? WHAT ARE THE LATEST VERSION OF BOTH THE TOOLS?
what is mean SRS and URS . differns btwn SRS and URS
What is the purpose of regexp_label property and regexp_msw_class property?
if a test script is parameterised with the same value ,and run what effect will it have in terms of performance for testing the application.will the script get executed faster or there is no effect at all.