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 |
What is environment variable in qtp and why to use it?
How we can do Batch testing in QTP?
What is the meaning Work bench?
Is it possible to test Flat file using QTP? I have two file- first file is Input file and second file is output file. Input file has Format like first 2 field is record type, next 10 field is Description. Output file also has format. I want to check this file format using QTP. Is it possible?? please reply with example.
hi radhaka plz tell me clearly to handle the earrors with out isng recovery scnerio this is sreenivas from delhi
can any one make me confirm about a real time employee with better experience in QTP who is providing QTP course individually in Bangalore???
How can we count the no of rows are available in a data table ?
i want to handle all the unwanted pop up through QTP i done that with recovery scenario but it need some title of pop up but i want that it should handle all the pop up even i don't give the title of that pop up in recovery scenario is there any general way to handle all the pop up please help
Difference between test object and run time object?
Which company is better amdocs or techm ???
What is the dis advantage of check points in QTP, if any?
how to pripare BRS/FRS Document for different projects?