Please give me the steps to carry out datadriven in QTP8.2
Answers were Sorted based on User's Feedback
Answer / shreya kadiyam
Tools menu > data driver > select sample inputs in
automation program > click parameterize options icon to
select XL sheet coloumn name > click "OK" > Click finish
once you are well familiar with QTP then directly in the
test pane you can write
set datatable("column name",dtglobalsheet/sheetid)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / noor
I'll take an example of login screen and explain.
first record the login page.
u can see the recored script in the expert view.
Browser(" WWW").Page("ABC").webedit("").set "XYZ"
Know if u want to parameterize username one can do it
manually by writing script in the expert view or using
wizard data driver, under tools menu click on datadriver
in the wizard select datatable as parametertype and in Name
and u can select the location as well global or localvalue
field u can change the name give Username and click ok
username will be added to datatable as column name under
that u can give diff values then run the script.this is
using data table.parameterization can be done using
environmental var and random numbers aswell.
validations can also be done with parameterization
various methods u can apply.
| Is This Answer Correct ? | 0 Yes | 0 No |
I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm?
i am giving.multiple names like ram,raj,san etc....pls enter & search these names in google pade edit box through script... i told to interviewer, using Ms excel & test easily..but interviwer not happy with that answer?
Syntax for how to call one script from another? and Syntax to call one "Action" in another?
how u will describe testing activities?
how to explain a claims and insurance project?
What is the maximum size of Object Repository in QTP 8.2?
Hi this is chandra if any one have Navigation of LAB QTP, I want Navigation of those tools, if any one have the and know the Navigation each and every part of the QTP, plz send me my mail naruboinac@yahoo. com,naruboinas@ gmail.com
While recording a login window QTP is identifying only parent window,then how can u identify the child objects.
Write script to fetch the data from global sheet where row number is 3 and parameter is "text"
3 Answers Accenture, Thomson Reuters,
What are the different types of recording modes in qtp? Which will be used when?
What is the QTP test frame work?
in real time when we are creating the script by default it is going to save in action object repository or not any way my question is in one of my interviewer said that in real time the default object repository is action object repository and by using quick test plus they are going to merge is it correct i said that by selecting the object repository as shared one in selecting the test>>settings>>resources but she is not convinced what is the correct one