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
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 |
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 |
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 |
hai, i am doing QTP by own. So, i am confident in checkpts,synchronization, data driven test, recovery scenarioe manager etc. but actually i don't know how all these we wil implement while we r writting code manually. when we r doing practice, while recording code is automatically generated but in real time i heard that we have to write the script.But i don't know how it is? How to write descriptive prog.? plz. tel me what r the basic things we have to know? explain how to write descriptive prog.? explain me with an example pls.......
What is the main difference between QTP 8.0& QTP 9.2.And what r the features and benefits of QTP.
i have data in excel sheet.i imported the data in data table.while doing parameterization,how the code knows it is a valid or invalid data?
In QTP, Which are the concepts are needed to do Functional testing and Regression testing?
a title of first page is "LKO- microsoft internet explorer", of the second page is "PPM- microsoft internet explorer" , of Third page is "TTS- microsoft internet explorer" and same changing title on the fourth page. How can we use regular expression for this feature what should we do on script part on and Object repository part so that we can get successful run result. Kindly explain the steps script.
Could anyone help me for the below scenario: i am using the descriptive programming for my account, in which we have to generate the contract in the MS-word. when i generate this doc, we need to click on enable macros to continue further. but i am unable to make qtp to click on this. if anybody faced the problem like this??? pls help to get it resolved? Thanks in advance
how to invoke the web application through script in qtp
without Qtp features can we automated?
what is the mediater between qtp and application/project in automation testing?
What is optional step in qtp? How you can add optional step in qtp?
How do u override the meaning of a standard object in QTP?
suppose we recording a web based project so for that we are using internet explorer after that if we execute that script in netscape then script will execute or not and one more thing is to exeute the script in any browser what to do