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 to make Non reusable actions into reusable action? is that feature available in QTP

2 Answers   Ordain Solutions,


How the exception handling can be done using quicktest professional?

0 Answers  


Plz explain about MATCH/EXACT MATCH/IGNORE SPAGE in text check points?

1 Answers  


what is defination of intergration testing?

2 Answers  


What is the difference between QTP 8.2 object repository and QTP 9.2 object repository Any body have an please give Answer Mail id: nagireddy.sn@gmail.com

5 Answers   IBM,






What is qtp window?

0 Answers  


What are the most frequent errors you faced while executing your scripts?

1 Answers  


can objects recogonised without repository?

10 Answers   AZTEC,


What the differences are and best practical application of Object Repository?

0 Answers  


I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object

0 Answers   ADITI,


what is difference normal,analog,low level recording in qtp? what is lowlevel recording?

2 Answers   JPMorgan Chase,


Hi, Am trying to download QTP 8.2 version.its not supporting Windows Vista.Can you please help me out from this.Which QTP version supports this. Thanks in Advance.

2 Answers  


Categories