Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

ADITI QTP Interview Questions
Questions Answers Views Company eMail

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

2514

Post New ADITI QTP Interview Questions




Un-Answered Questions

Which method is used to access HFile directly without using HBase?

164


How to identify a class as a test class in salesforce?

306


is it possible to create your own header files?

716


Please give me as example of service tax & Vat Posting through Tally.

1796


what is the limit of string length in turbo integrator?

5






Can I import same package/class twice? Will the jvm load the package twice at runtime?

740


What Is The 2016 Eu-wide Stress Test About?

742


What is npm javascript?

560


What are the key features of ruby?

5


How can you compose filters in sapui5?

291


How to report on user license field?

221


how to refer the data field?

1902


What is the use of method – 'fork()'?

292


Enumerate the different RAID levels.

714


What is Redux?

228