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 |
why we use check points , In qtp we use the any check points , what r they , when and why
How do we run a test from the 3rd row of the datatable in QTP? Leaving the first two rows we need to test AUT from 3rd row to n'th row.
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
Why script error occur in between recording in qtp?
Write the code for select the 5 values from drop down list. drop down list having the 10 values.
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
hi, can u tell me the QTP TEsting process in present real time companies?(beware of this... now a days Recording is not using,, only DP) and don't tell note book answers like step 1 spep2....like this .......post answer with professional skills in simple english words) thank u
Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.
What is the use of "Step Generator" in QTP??for what purpose we are using??explain with an example
how to identify the objects if application consists of objects that have same properties.
can any one give me the doccument how to test aproject developed in java language in qtp can here can we use the general vb scripting or we have to use java script here if we have to ese the java script here can any one send me the manual for it means how to write descriptive programming for it thanks in advance