how can i replace any text from the qtp script with some
anothere text
Answer / aiswaryan
'Replace(expression, find, replacewith)
reptext=replace("Good Morning", "Morning", "Evening")
msgbox reptext
| Is This Answer Correct ? | 1 Yes | 0 No |
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
How to find the path of folder in which the test is saved in qtp?
Why to use descriptive programming?
how many wayes we do the parameterization?
What environment does qtp run in?
how to acess a test in RSA?
What is the Command used to start the QTP
After geting the modules where we generate the script ie in qtp or notpad ?
What is Port testing. Whhen will you perform?
What is Object Spy?
Can you tell me the differences between writing the VB script manually for a application and recording the same application in QTP , with a example?