Write a function which returns the addition of two numbers.
give the value of the numbers outside the function.
Answer Posted / kshama
Thanks a lot Sandeep.........
its really helpful..
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the different attributes used with regular expression?
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
Can we use index on view?
Can we record using all the modes in a single script? Explanation with example is appreciated
Can launch two instances of qtp on the same machine?
What the differences are and best practical application of Object Repository?
What is action split and the purpose of using this in qtp?
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
How to save your test using quicktest professional?
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
What do you to script when objects are removed from application?
Explain how you can find length of array in qtp?
What is test object model in quicktest professional?
How to modify object property in qtp ?
Explain types of descriptive programming?