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 |
How can you connect the database with QTP?
How to find Operating system information using QTP script?
How to define array in qtp?
In Descriptive programing if i use this below code will it work for login window or flight Res Window. Shud i add the properties like attached text=login and text=Agent Name in the object repository and define a new object first. Pls tell me the procedure in clear inorder to execute this script. Dialog("title:=Login").WinEdit("attached text:=Agent Name:").set"agent123" Dialog("title:=Login").WinEdit("attached text:=Password:").set"mercury" Dialog("attached text:=Login").winbutton("text:=OK").click
Hi. plz expalin abouit SetToProperty, SetRoProperty, GetToProperty, GetRoProperty,GetToPrperties. with examples.
Among the 4 capture levels, Complete, Partial, Minimal, None. which one is mostly used?
What is Performance testing?
how to create user defined functions in QTP? can any one expalin me with example.. Thanks in Advance for help
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
I am trying to read the rediffmail usign the below code. But facing problem, while i user to get the link of the mail, i am getting all the link of the page, While i just want to get only mail name - link (not all the link of an page) so that i able to read the mail message by clcking on them in qtp. Dim Lnk,Webcheckbox Set Lnk= Description. Create '********* To count and display the webcheckbox Lnk("micclass" ).value=" Link" set LinkName= Browser("Welcome to Rediffmail:" ).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk) LinkCount=LinkName. Count msgbox LinkCount For i=1-1 to LinkCount-1 DataTable.SetCurren tRow(i) DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name") Next Waiting for the reply Praveen Saini
Plz explain about InTERNAl Environment variable, External environment variable,builtin environment variables with examples?
Can you tell me QTP is support for GIS(Geography Information System) Based Software.