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 ‘object spy’ and what is the function of object spy in qtp?
How to record a qtp script ?
What is difference between run time object and test object?
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?
what is the difference between IE & Netscape in web testing on a log in page
Explain qtp(quick test professional)?
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
how to prepared for first for the first interview?
Explain how Does Run time data (Parameterization) is handled in QTP?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
How to creating an output value using quicktest professional (qtp)?
Tell me about qtp?
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
why text area checkpoints cannot used for web applications
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance