Is it necessary to know VB Script in order to work in QTP or can we use record/playback all the time, what method ( writing vb scripts or just record/play) is used mostly in companies who use QTP.

Showing Answers 1 - 3 of 3 Answers

srinathgovada

  • May 31st, 2007
 

yes it is necessary to know VB Script in order to work in QTP.sometimes u need to write the loops in vb manually.


suppose u r doing text checking u have to write the loop like this

if ( text1==text2 )
 then display (" result as pass")
else display("result is fail)
  like this we have to write for that u need to know vb
***note loop was written in c language not in vb just i wrote it it as example

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions