In QTP, Which are the concepts are needed to do
Functional testing and Regression testing?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
In QTP, Batch Testing Concept is required for doing
Regression Testing. In Batch Testing, we pick some test
scripts and run it as a whole to check any changes made to
the application is causing any problem to older
functionality.
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / cxxcxcx
Almost all the scripts we write are for Functional and
Regression testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / uday kumar_anem
Batch Testing concept is best suites for Re-Testing rather
than regression testing.
Almost all the scripts we write are for Functional and
Regression testing.
| Is This Answer Correct ? | 2 Yes | 4 No |
which command u will use to access the application through descriptive programing?
How many types of Recordings are there in QTP and what are they?
7 Answers Dangote, First Indian Corporation,
how can i add an action(external action) programmatically?
What is Reusable component is QTP...Anybody can answer it..Thanks in advance...
Tell me Three major differences between QTP & Winrunner?
1. What is extense of Result file in QTP?
how can i parameterize a login page by using database parameterization i fetch the username and password from database and put this on login page and click on ok button. so how can we write script for that code please let me know asap thanks
How to test the login page in different ways in automation testing and i need code?
can any one give me the doccument how to test aproject developed in java language in qtp can here can we use the general vb scripting or we have to use java script here if we have to ese the java script here can any one send me the manual for it means how to write descriptive programming for it thanks in advance
Is QTP a compiler or interpreter..? can you we execute a QTP Script file in a another system which does not have QTP installed..??
what is error and fault in terms of software quality?
how can we return a value from userdefined function for eg 2 functions in func1 iam getting 2 values(a,b) and storing in var(C). now i want to pass that var(c) to another func2 give me the script