How to add a runtime parameter to a datasheet?
Answer / ramyab.mca@gmail.com
Hai...
By using LocalSheet property. The following example uses
the LocalSheet property to return the local sheet of the
run-time Data Table in order to add a parameter (column) to
it:
MyParam=DataTable.LocalSheet.AddParameter("Time", "5:45")
K,Byeeee...
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 0 Yes | 0 No |
Greetings friends , Hope all of you are doing well. When I run a test, is it possible for me to for me to take each row from the data table , once at a time. In other words,if i have 10 rows in the global data table, say data1,data2, data 3...and so on up to data10. Can I have the value of data1 when I run a test, and next time when I run the same test (say next day), it should skip data1 as it has already used it and go directly to data 2 ??? Would be great if anybody can help me out know in this issue. Thanks & Regards !!
does qtp need record and playback in realtime. plz tell exactly wat happens
what type of framework u r using in ur organization
How do you send email with attachment from outlook using qtp ?
where we are going to write the descriptive programming.for example we are invoking qtp application where we are going to write that code
How to call script1 into script2?
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.
Reverse a string keeping the words in the string as it is. E.G. "Quick Test Professional" O/P "Professional Test Quick"
Explain how Does Run time data (Parameterization) is handled in QTP?
in qtp how can we do test when the build is not ready
what is parameterisation?
I want different types of discriptive programming statments coded for different types of web-objects?Give syntax and example?