How to check the value for variables during run time.
Pls anybody can give the answer.. Thanks in advance...
Answer Posted / nandankumar
if we want to check the return value of particular variable
during run time we can use "msgbox" correct.
ex :
Var = datatable("column name",1)
msgbox var
(it displays only one by one return values)
or
print var
(it displays whole return values at a time)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the diff between image and bitmap check point?
How can I change object description or check point values in qtp?
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
How would you export a script from one pc to another in qtp?
Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
What are the trigger events in qtp?
How to check which add-ins are associated with a test in qtp?
RECENTLY I PLACED IN QTP..HOW TO IMPROVE VB SCRIPTS KNOWLEDGE? IAM STRUGGING TO WRITE THE AUTOMATION SCRIPTS? ANY BODY TELL HOW TO IMPROVE QTP SCRIPT SKILLS?
How may types of defects identify application or your currently working application?pls give me answer..
what is defenetion of kiran can u tell me plz CVS, SVN
how can we compare descriptive programing with a regular expression
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
If I change the object name in one action will it be updated in all the actions? Or not?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?