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 |
Differences between QTP & Winrunner?
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.
can we call a test in another test?
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
How to get data from excel sheet to the script? write the script.
what is run action?
How can we automate Capthca on registration or any contest forms ? Is it possile to Automate Webpages with Falsh using QTP..?
does QTP provides any tools for parametrisation?
can any body give the banking domain concepts/links
Limitations in QTP?
How can you Open a Notepad and How can you write the test Resuts in Notepad by Using QTP?
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..