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?

Answers were Sorted based on User's Feedback



1.In VB Script 100 lines Script. How can check the Syntax errors? 2. Write a VB Script for X = I..

Answer / 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

1.In VB Script 100 lines Script. How can check the Syntax errors? 2. Write a VB Script for X = I..

Answer / kishore

laxmi u r doing great.not only this answer i can see some other answer also.

Is This Answer Correct ?    1 Yes 0 No

1.In VB Script 100 lines Script. How can check the Syntax errors? 2. Write a VB Script for X = I..

Answer / lakshmi

Hi kishore. In which company/location u r working now?

Is This Answer Correct ?    0 Yes 0 No

1.In VB Script 100 lines Script. How can check the Syntax errors? 2. Write a VB Script for X = I..

Answer / lakshmi

hey [rakash. i am working now in ms group

Is This Answer Correct ?    0 Yes 0 No

1.In VB Script 100 lines Script. How can check the Syntax errors? 2. Write a VB Script for X = I..

Answer / raghavendra.p

Hi Lakshmi,Thanks for answers.

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More QTP Interview Questions

How we know the qtp has used the smart identification process for identification of the object.

4 Answers   IBM,


We have a dynamic webtable where rows keep on adding.I have to click on particular row where the status changes to Update or Save.How do you click on Status(either it can be Update or save)

2 Answers   IBM, Infosys,


How to change the screen name while running the test.

3 Answers   TCS,


What is difference between version 6.5 and 8.2 in QTP?

0 Answers  


I want to open a GOOGLE page without recording a test in QTP.Can any one answer me?

4 Answers   IBM,






What is the diff between image and bitmap check point?

0 Answers  


hello all i need some good sites or blogs which give info abt vb script with examples n real time scenarios.just like tutorials as i m new to qtp n vbscripting. its urgenttt

2 Answers  


Hi everybody.. I m using QTP 9.2 version., plz send me licence key is it seat or concurrent licence key... plzzzzzzzzz plz help me for this one and its Locking code:8-5C740 Maintenance number: 0123-2820602186.,

1 Answers  


What is Parameterizing Tests?

4 Answers  


How to merge the two object repositories

3 Answers   Wipro,


Do we have to Enable Smart Identification while running Or will it automatically be enabled ?

2 Answers  


Object repositories types, which and when to use?

0 Answers  


Categories