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
Explain types of descriptive programming?
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
Is virtual object supported in low level recording mode?
How to use transactions in qtp?
hi i have completed my b.tech in cse stream. now i am working in an organisation in testing department. i want do sap course but i dnt know which module will boost my career can anyone suggest me which is good for my career
What is Distributed testing? How does UFT support it?
What do you to script when objects are removed from application?
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.
What is the difference between run time object and test object in QTP?
Where to use Property Let, Property Get, Property Set in UFT
What are advantages of test automation?
what is the difference between the modular framework and datadriven frame work
Can you list some technologies that support qtp?
What is the syntax for how to call one script from another?
What is the descriptive programming?