how to parameterise a test with data base table or excel
sheet?
Answer / neeraja
First get that data into the datatable of QTP and we can
parameterise it three ways
1 Through Keyword view of test pane
2 Through wizard
3 dires\ctly we can write this method
datatable("column name",sheetid)
ex:
datatable("a",1) for global sheet
| Is This Answer Correct ? | 1 Yes | 0 No |
How we can import data from database?
Give me brief idea about QTP automation object model?
How do i relate the checkbox properties with webelement when checkbox properties are changing on every login to the application
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
I have 5 no.of Action in my Test. Out off which i should make 3rd action as my start-up action. How should i make it?
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
with out object repository i need to launch IE and then navigate to a login page and then operate the objects within the page. How will be the script?
desribe a situation where u faced a stressful situation and how did u cope with it
How can I replace all the text from the QTP script with some other text.
How to use library files in QTP? how we can call these files in to script?
Can any one please explain hwo to test client/server application using QTP?
What are the views available in quicktest professional?