why can't you use excel directly in qtp. why we want to
import excel data into Datatable.
Answer / santosh
Working with excel in qtp involves creating objects and
opening sheet in a particular way. So, it has certain steps
to open and close a document creating more code. Instead
just import the xl using just one line of code. Do ops and
export it back.
| Is This Answer Correct ? | 4 Yes | 0 No |
In a web page, one web table is present which is dynamic. In that table one of the column has links with the same inner text. write a script so that i need to click the third link.
When i used this below script to insert value in the Datatable... At run time it was inserting the given value in the specified column, But after execution all those inserted values were cleared automatically... datatable("column name",sheetid)=value
whaht is the difference between CLASS & OBJECT?
Step 3&4 are repeated until an the object in recognised uniquely.
Can anyone explain me about child objects in detail;when they are used and why do we need them ? please give me sample code for this if possible.
What are the recording modes in wave event?
Error handling
Explain the features and benefits of quick test pro(qtp)?
What are the difference between QTP and Winrunner
Anybody wants to learn QTP with realtime implementations and complete framework desiging plz contact to this mail id ciraaj@gmail.com
what is KEYWORD DRIVEN TESTING ? I M NOT ASKIN WHAT IS KEY WORD VIEW PLZ ANS FOR ONLY WHAT IS KEYWORD DRIVEN TESTING EXACTLY THANX
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that