How will u declare a variable to access multiple actions?
a)Dim b)Global c)Public d)Private
Answer / sekhar
Dim : to declare variable we use Dim.
syntax : dim variable name
public: the variable we can use all programs and all
scripts.
syntax : public variable name
private : the variable we can use with in the program not
in out side the program.
syntax : private variable name
global:
by
sekahr
| Is This Answer Correct ? | 0 Yes | 3 No |
How to connect to a database?
Hi All, I need Code For how to export Pass\Fail status to excell sheet without using QC. Thanks Balaji
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, and also tell me the best institute and the estimate cost for joining the institute ib delhi NCR. Hence, if possible, kinldy mail PDF file to my mail-ID: kumar123.pathak@gmail.com , Regards, kumar pathak
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
Explain about business process component? types and usage?
normally by going through the object properties in object spy we write descriptive programming(correct me if i am wrong). But how or from where can we get the object properties in the object spy?plzzzzzz do answer
how qtp identifies objects of application.
with out using import sheet came is it possible to get the excel sheet ?
How to retrieve alpha bate from the alphanumeric string with special character.
How we will execute(run) the scripts in qtp 8.2?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
How to return a value from a fn, if it has more than one value how to return