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 |
Can we write class for vb script in Quick Test Professional?
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
What is the Difference Between Quick Test Pro and Quick test professional?
i this is balaji from chennai i have 4 yrs exp in testing and my qualification is bsc computers i completed in correspondace in which companiies accept the correspondace plz let me know
I want to test advanced Java applications what kind of add- ins I have to install?
Without using gui map editor we can recognize the application in winrunner ?
what is advantage of descripting programming in QTP?
what is exit and entry criteria of automation testing. any body wants a real time script,please mail to me. contactno;9986435766
How to pass a variable in Dos Command using QTP? Eg: Dim path1, path2 path1 = "C:\Test\sample1.doc" path2 = "C:\Test\sample2.doc" How can we pass these path1 and path2 inside the "copy" dos command? I tried like this. this is not working. oShell.run "cmd /K copy" &path1 &path2
what are pretesting activities
What is the process of synchronizing qtp and aut?
Hi. plz expalin abouit SetToProperty, SetRoProperty, GetToProperty, GetRoProperty,GetToPrperties. with examples.