what is the extension of action script template?

Answer Posted / raamakrishna

module script template

Is This Answer Correct ?    2 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the file extension of the code file and object repository file in QTP?

699


I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2

1594


How to find the path of folder in which the test is saved in qtp?

603


Output values? i want a practical example

1399


hi guys, pls tell me for testing institution training hub, hitech city is best or not?

1433






what is the difference between the modular framework and datadriven frame work

2011


How does qtp identify the object in the application?

628


What are the different types of functions available in qtp and explain ?

660


How to write business scripts using object repository with different scenarios

1473


how to download mercury qtp9.2 ny internet ?

3056


I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?

1759


How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538

3759


what is the difference betn QTP 8.0 AND PREVIOUS VERSION

2057


What is meant by a Check Point in UFT? Also, explain the applicable Check Points.

788


Generic function to search for the unique link in webtable and click on it

2595