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
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
what is the difference between data driver & data driven and driver script?
What is test object model in quicktest professional?
Hi All, How to Compare two strings character by character in QTP
how do i know how to use tools
How does qtp recognize objects in aut?
How many lines of code in each script of QTP?
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...))
How will you report the bug and explain the defect tracking sheet you handled?
How to test the login page in different ways in automation testing and i need code?
What are benefits of qtp?
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
What are main panes available in qtp test browser?
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me