In QTP, Which are the concepts are needed to do

Functional testing and Regression testing?

Answers were Sorted based on User's Feedback



In QTP, Which are the concepts are needed to do Functional testing and Regression testing?..

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

In QTP, Which are the concepts are needed to do Functional testing and Regression testing?..

Answer / cxxcxcx

Almost all the scripts we write are for Functional and
Regression testing.

Is This Answer Correct ?    0 Yes 0 No

In QTP, Which are the concepts are needed to do Functional testing and Regression testing?..

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

Post New Answer

More QTP Interview Questions

Differences between QTP & Winrunner?

2 Answers   Crea,


Hi Friends, How to trap an error message on Web page through QTP. Example:- When I put wrong user id or Password on a web page, I get the error message. So when I add the error object in Reposatory, every time it shows as Login Failed Object exist, eventhough using corret login details. And if I do the same without adding the object it shows as object not found. This might be because while recording QTP takes every new page as _1 _2 _3 and so on. as below. Browser("XXXXX").Page("XXXXX_1"). >>login Browser("XXXXX").Page("XXXXX_2"). >>Inbox Browser("XXXXX").Page("XXXXX_3"). >>Sent Items I used below code. Browser("XXXXX").Page("XXXXX").WebEdit("firstname").Set strFN Browser("XXXXX").Page("XXXXX").WebEdit("lastname").Set strLN Browser("XXXXX").Page("XXXXX").WebEdit("userid").Set strUserID Browser("XXXXX").Page("XXXXX").WebEdit("password").Set strPass Browser("XXXXX").Page("XXXXX").WebButton("Login >").Click If Browser("XXXXX").Page("XXXXX_2").Image ("msg_icon_error").Exist 5 Then Reporter.ReportEvent micFail, "XXXXX", "Login Failed!" ExitRun (It shows login failed ever after login is passed. Else Reporter.ReportEvent micPass, "XXXXX", "Login Successful!" End If Please find out a way for me here, and provide me with the correct code. Thanks in Advance.

1 Answers  


can we call a test in another test?

3 Answers   iFocus,


In automation testing, while doing descriptive programing; how will u get the properties of the objects in what format, what type of a document, and by whom? Pls explain in detail. Thanks a lot

2 Answers   Quest,


How to get data from excel sheet to the script? write the script.

6 Answers   Ever, Liquid Hub,






what is run action?

0 Answers  


How can we automate Capthca on registration or any contest forms ? Is it possile to Automate Webpages with Falsh using QTP..?

1 Answers  


does QTP provides any tools for parametrisation?

4 Answers  


can any body give the banking domain concepts/links

0 Answers  


Limitations in QTP?

0 Answers   CIL,


How can you Open a Notepad and How can you write the test Resuts in Notepad by Using QTP?

3 Answers  


Local Obj Repository and SOR are editable know, y we have to edit those.. i mean in which situation we need to edit those and how to do..? pls help me..

2 Answers  


Categories