w is datatable
Answers were Sorted based on User's Feedback
Answer / saritha
Data table is used to store the test data and parameterrize
that data to the test during test execution
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / ramesh
Data Table. Assists you in parameterizing your test. The
Data Table contains the Global tab and a tab for each
action.Data table is used to store the test data and
parameterrize that data to the test during test execution
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / umasankar
Data Table. Assists you in parameterizing your test. The
Data Table contains the Global tab and a tab for each
action.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / mohammad
datatable is also called as formula one table table
developed by 3rd party developers and integrated with qtp
1.it is used for holding the testdata
2.it isolates thetest script from the datasorce
3.it has a provision of importing the data with different
datasources like flat files data files
| Is This Answer Correct ? | 4 Yes | 2 No |
what is supply chain management?
Explain about the Test Fusion Report of QTP?
I Selected for TCS-Chennai(Contract to hire) position plz suggest me whether i have to join or not
HOW do we find a datasheet when there are 4 datasheets in data table.this question was asked by covansys interview.
what is the Vbscript to connect Database
QTP supports both client server and Web applications. Does it support Plug-in?
how u write vb script in qtp pls give me some basic script and some material
32 Answers Datamatics, UHG, Winit,
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
i need the licence key for QTP V9.5 can anyone help me on getting this?
what is life cycle of automation testing ?
HI How to take screenshots of a Webpage and saving it in a external word document using QTP.
In this bellow script QTP is not able to getting no. of Links from my Browser. Set desc=description.create desc("micclass").value="Link" Set obj=Browser("creationtime:=0").page("title:=.*").childobjects(desc) msgbox obj.count I am getting "General Run Error".Why QTP is not supporting my Browser,but its running fine in other system.Please help me to overcome this problem.