why we use environment variables

Answer Posted / narendra

The main use of Environment variable is the value of
environment variable does not change

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about datafile/verification of date file when file is not available in local system?

2235


What is accessibility check point?

663


Can you brief the hurdles you faced during Automation testing?

580


what are the limitations of smart identification in qtp 9.0

1934


How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?

3448






If object is not recognized by qtp but the object is standard object what is your approach?

596


How to find a window is minimized or not

1451


Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??

1641


describe some problems that u had with automating testing tool?

1419


How to Test the mainframe application?

1826


Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?

1519


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

3621


How does quicktest professional (qtp) identifies the object in the application?

583


Where is the Bitmap checkpoint information stored?

1770


one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.

1529