Hi friend
I have query regarding QTP datatable.
I want to insert data in datatable during runtime.
suppose i wrote
datatble.value(1) = "Test data"
so when i run the script it says column(1) doesn't exist.
Then i write something in column A1 manualy and run the
script again.
Now it works fine.
Pls clarify how i can put value in blank cell of datatable.
Answer Posted / rajaputra
Hi,
USE THIS,
datatable.getsheet(1).addparameter"Test",""
datatable(1,1)="Test Data"
Run and see the runtime datatable
Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
hai, i completed my b.tech in 2010 with 62.3%. i having knowledge on manual testing and Qtp. i want Relavent experience in testing.watever may be d salary i dont bother..I just want to gain knowledge. i dont have good communication skills.
How do client side image and server side image work?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
Problem with XML checkpoint in QTP ?
How to check feasibility of the appliction?in automation testing?
Explain the concept of object repository and how quicktest professional recognises objects?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
What is the purpose of loading qtp add-ins?
Explain the checkpoint in qtp?
How to use setroproperty?
What is RTM (require ment tracebulity marix) fromate?
Hi Samrat, Thank u very much, what u said it is right.
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
what is impact analysis on regression testing?