1.In VB Script 100 lines Script. How can check the Syntax
errors? 2. Write a VB Script for X =
India/Srilanka/Australia/England/South Africa.I need the
Output Country wise? [ 1st Msgbox India , 2nd Msgbox
Srilanka] ---- 3. How can Choose these test cases to be
automated?
Answer Posted / lakshmi
1.Information tab. It will display all syntax errors in the
script while moving from expert view to keyword view.
2.Dim str
str=Split(X,"/")
for i=0 to ubound(str)
msgbox str(i)
next
3.testcases which needs to be executed for each and every
build.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
Have you faced any problems with object repository?
regular expression in qtp standar check point for months from accepting months from january to december only
How to open a new test using quicktest professional?
How QTP identify the system time that's changes every seconds?
Where you are storing your script?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
Difference between test object and run time object?
Do you know SQL? I know SQL but i don't have any experience...that's it..No more questions ...simply he said " you can leave for the day" ...guys prepare SQL Quires before attending interview in bank of america...
could any help me please, how to work on visual foxpro application using UFT
What is data driver in qtp? Where we use it?
write script for bitmap image?
How are actions and functions different in QTP?
How to use output values in qtp ?
What is business process testing(bpt) in qtp?
What is checkpoint in qtp?