what is diff b/w function and action?

Answer Posted / anna

both will perform the same functionality but both r having
advantages and dis advantages

Is This Answer Correct ?    0 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to analyzing the checpoint results?

701


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

3953


How do we analyze the checkpoint results?

770


How many types of run modes are there in qtp?

781


Which scripting language used by quicktest professional (qtp)?

871


Explain types of output values?

727


What is the difference between per-action and shared?

777


How you will rate urself in QTP in the range of 0 to 5

1931


How to handle Java tree in QTP?

982


Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers

1798


Does Low-level recording capture mouse movements?

756


What is the difference between analog and low level recording?

819


Explain different checkpoints in qtp.

932


diff between qtp versions from 8.5

1719


How to associate function library at a run time?

876