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 / sekhar
Hi friends,when we need to insert the values in to datatable
we can write script like
datatable("column name",sheetid)=value
Then the given value will be stored in desired sheet and
given column,
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to analyzing test results using quicktest professional?
Can I change properties of a test object?
What are the check points can be inserted without recording?
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
What are the Test design techniques you uses in ur project?
Does quicktest professional is unicode compatible?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
What are the differences between table and db checkpoints?
how to acess a test in RSA?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.
Explain the types of object repository?
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
how do u plan test automation?
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.