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
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 |
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 |
Answer / lakshmi
Hi kishore. In which company/location u r working now?
| Is This Answer Correct ? | 0 Yes | 0 No |
How you can decide which type of object repository you have to use?
how do u handle an object without name using QTP 9.2?
What is throw Object?
What is Virtual object wizard in QTP?
Pls let me know how to find out creation time and index for the web application in descriptive programming?
What information do the columns in the Keyword View show for each step?
HI. Plz Clarifie my doubt,having 2+yrs experience in Testing , But My accedamics(Xth,INTER) are Less than 60%, But B.Tech 72%. It creats any problem , When i change to any MNC. plz tell me......... lot of friends told it's a problem, Some people says NO problem, What .............
More details about keyword driven technique in QTP
what r the 3 basic factor on which we determine to perform automation
In a QTP project lets say there are 100+ function library and incorrectly we have duplicate some function in multiple libraries. How to find those duplicate functions and remove them?
Could you suggest me best coaching for automation in Delhi or nearby area?
How we can merge the object repositories?say if we have two or three object repositories then how e can merge them? is there any option in Qtp to merge the object repositories