what is flag=0 in qtp tool.. i am strugglin to use flag function , exactly when it is used , any real time expert pls explain clearly?
Answer / pravati
flag is a concept that will tell you a logical (true-false) state of something.
Exa--x=12
if x is a number then
flag=1
else
flag=0
means flag=1 means ur statement is true dn
flag=0 means ur statement is false.
| Is This Answer Correct ? | 2 Yes | 0 No |
Using QTP checkpoint, where do you store your expected Properties of the object which later compares with the actual properties of the object???
Which environments are supported by hp qtp?
What is the extension of qtp local repository?
Hi,will U Please Provide me details certification for QTP &QC and also please provide me the Material also. Send to mail:jjaanu2mail@gmail.com
CAN WE USE 'BVA' AND 'ECP' IN AUTOMATION?
how do u retrieve data from a database ? i.e. i want to retrieve 2nd record only from a database ? write code for this. by using ADODB connecton, RSOBJ and using a FOR loop we can retrieve all the records( ex: if we give query as select * from emp). but i want only 2nd record. so how to acheive this.
What expansion of "MIC" in MICPASS (TEST ReportPAGE)
What is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime ?
Synchronozation types in QTP
What scripting language is QTP of?
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?