angel


{ City } chennai
< Country > india
* Profession *
User No # 4007
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 5
Users Marked my Answers as Wrong # 36
Questions / { angel }
Questions Answers Category Views Company eMail




Answers / { angel }

Question { HP, 65675 }

what is the difference between invoke application and
system.util.run


Answer

invokeapplication and system.util.run both serves the same
purpose in QTP, but invokeapplication used while you are
writing the script where as system.util.run is used when
you record the application under test.

invoke_application is used in WinRunner to launch the
application.

Is This Answer Correct ?    1 Yes 8 No

Question { Google, 16565 }

how to write regular expression for Date field?


Answer

For example: 03/12/07
For that you have to write like,
[0-9][0-9]/[0-9][0-9]/[0-9][0-9]

Is This Answer Correct ?    4 Yes 28 No