If there r 1000 test scripts that were written. If a change
to any functionality is to be made then how can we know in
which script is this functionality existing.

Answers were Sorted based on User's Feedback



If there r 1000 test scripts that were written. If a change to any functionality is to be made the..

Answer / pradeep

this is where the tracebility matrix comes into picture.
u can always go into the requirements and check for the
right script that gets affected.
this is an important part of the regression testing!
else u can always run th rapid test script wizzard for the
likely test cases that u feel r affected but thats not it.

Is This Answer Correct ?    9 Yes 0 No

If there r 1000 test scripts that were written. If a change to any functionality is to be made the..

Answer / saravanaraja

You can Keep all the Test Scripts in WIN CVS. We can easily
track changes even a dot.

Is This Answer Correct ?    1 Yes 1 No

If there r 1000 test scripts that were written. If a change to any functionality is to be made the..

Answer / deven

I'm completely agree with Pradeep answer but I'ld like to
add in Adhoc Testing

Is This Answer Correct ?    0 Yes 0 No

If there r 1000 test scripts that were written. If a change to any functionality is to be made the..

Answer / minni

If u know the application and functionality u can know
easily.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More QTP Interview Questions

Suppose there is a link present somewhere in an excel sheet. Find the link and click on it. How to write a script using Excel application object in QTP?

1 Answers  


Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?

0 Answers   IGI,


Suppose if a functionalityis not mensioned in requirement document and but its present in application. will it be consider as a bug and viceversa?

2 Answers  


anyone can explain Diff B/w Actions and Functions

2 Answers  


How to identify flash application when the qtp is not identifying the flash application objects.

2 Answers  






What's QuickTest Window?

1 Answers  


Please anybody can tell the where can i get the information about pharma and bank testing, i put the pharma&bank projects in my resume, so i dont know what to tell about them, so where can i get the information and what we test for these, i need domain information, what r the screen we test?

0 Answers  


Hello, I am working on automating unix application using QTP via terminal emulator.Recording and playback works as i execute my test case. I need to parameterise my data now. Steps to be followed 1. go to the application TeWindow("TeWindow").Window("Connect").WinButton ("Connect").Click 2. Make a transaction to an account I am able to make transaction one at a time (one person when i run the script) and the script is as below and works fine. TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "./4ee.sh" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "a21100002" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "tcccc" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "test" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micF1 TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type "6" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micF1 TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "xexit" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync 3. Now i need to Make a transaction to the account for the list of people available from data table. How do i do this? Please let me know if you can Thanks, Chaya

1 Answers   Apex,


explain keyword driven framework with banking domain?

0 Answers   TCS,


For Regression testing already written test cases are sufficient?

2 Answers   CTS,


what is the use of Text output value in Qtp?

2 Answers  


How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?

0 Answers  


Categories