Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How we wil do data driven test using chkpts?
Plz. give me complete navigation steps for this?



How we wil do data driven test using chkpts? Plz. give me complete navigation steps for this?..

Answer / nath .t

Data Driven Test Means we can test application with
multiple test data. there are 3 types of ddt.

1. Dynamic Data Submission
2. Data Table
3. From Front Grids

1. Dynamic Data Submission: Here ur interaction is there
at the time of test execution. u follow below steps

un = inputbox("Enter the user name")

here un is variable to store the user name

u can give the variable where u want to insert

(i.e., window("login").winedit("user name").set un)


2. Data Table: We can send data from excel sheet here ur
interaction is not here.

u must take the value from data table. u follow below
navigation.

Navigation: Goto KeyWord View
where u want parameterize u Select Value column of that
object
press right corner of that select column it will shows
value properties dialog box here u can select Parameter
option and take Datatable option and select required
parameter.
(i.e., window("login").winedit("user name").set datatable
("username","dtGlobalSheet"))

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More QTP Interview Questions

what is risks of testing a project?

5 Answers   AppLabs,


What are the main attributes of test automation?

3 Answers  


Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln

0 Answers  


IN A WEB PAGE THERE IS TWO WEB BUTTON WITH SAME OBJECT PROPERTY AND VALUE, SO HOW I WILL IDENTIFIE OBJECTS INDIVISUALY.

3 Answers  


what is the hierachy of Descreptive programming?

3 Answers   Fiserv,


Could you please explain me about QTP framework.

2 Answers   Oracle,


when we right click on the desktop of any operating system we find a menu , consisting of refresh,edit,open,paste and cut etc... how to load the object and object properties of that menu in QTP

3 Answers   iFlex,


wht is Automation testing frame work. pls explain it

3 Answers   Wipro,


How software tester can use constants and variables in scripts?

0 Answers  


If already everything is tested using White-Box testing, then what is the need of using Black box testing?

3 Answers  


What do you to script when objects are removed from application?

0 Answers  


hi, i am trying to capture "web element" names in a web page, and i written the code like this,, with Browser("title:=") with .page("") .webelement("htmltag:=...").getroproperty("innertext") end with end with //////////////////////////////////////////////////////////////////////////////////// QTP RETURN ERROR like this: " object's description matches more than one of the objects currently displayed in your application. Add additional properties to the object description in order to uniquely identify the object" ok fine , i need to search another property other than "index" i use all the properties like class,text,innerhtml,innertext,visible=true,x , y,abs x ,abs y...but qtp returns error ..... in this webpage index is difficult to find? how to solve

1 Answers   IBM,


Categories