Write a function which returns the addition of two numbers.
give the value of the numbers outside the function.

Answers were Sorted based on User's Feedback



Write a function which returns the addition of two numbers. give the value of the numbers outside t..

Answer / sandeepguttikonda

PLEASE REFER THIS ANSWER.
Sorry Missed few Lines in the above posted answer. Please
refer this.

1) Write the below code in notepad and save it as .vbs file.

Function Code:
Public Function Addition_Of_Two_Numbers (Value1,Value2)

Result = Value1 + value2
Addition_Of_Two_Numbers = Result
End Function

2) Open Quick Test Professional Functional Testing Tool

3) Go to File-> Settings-> Resources-> Click '+' symbol
under Associated Function Libraries: and upload the abouve
saved file.

4) Go to Expert View.

5) Write this VBScript Code:
Sum_Of_Two_Numbers = Addition_OF_Two_Number(3,4)
Msgbox "The Addition Of Two Numbers
= "&Sum_Of_Two_Numbers

6) Save this Action and run(F5) it.

This will display the answer 7 in a messagebox.

Note: You can change the constants 3,4 as you required.
Example: if we want to know the sum of 13 and 1 we
will get the answer as 14.

Please let me know if you need any further info.

Thanks.

Regards,
Sandeep Guttikonda

Is This Answer Correct ?    16 Yes 4 No

Write a function which returns the addition of two numbers. give the value of the numbers outside t..

Answer / sandeep guttikonda

1) Write the below code in notepad and save it as .vbs file.

Function Code:
Public Function Addition_Of_Two_Numbers (Value1,Value2)

Result = Value1 + value2
Addition_Of_Two_Numbers = Result
End Function

2) Open Quick Test Professional Functional Testing Tool

3) Go to File-> Settings-> Resources-> Click '+' symbol
under Associated Function Libraries: and upload the abouve
saved file.

4) Go to Expert View.

5) Write this VBScript Code:
Sum_Of_Two_Numbers = Addition_OF_Two_Number(3,4)
Msgbox "The Addition Of Two Numbers
= "&Sum_Of_Two_Numbers

This will display the answer 7 in a messagebox.

Note: You can change the constants 3,4 as you required.

Please let me know if you need any further info.

Thanks.

Regards,
Sandeep Guttikonda

Is This Answer Correct ?    12 Yes 4 No

Write a function which returns the addition of two numbers. give the value of the numbers outside t..

Answer / kshama

Thanks a lot Sandeep.........
its really helpful..

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More QTP Interview Questions

The string is like POWER STAR PAVAN , write a script for this how to findout the number of "A" in the string ?

7 Answers   TCS,


How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.

0 Answers  


What are the benefits of quick test pro(qtp)?

0 Answers  


What is test object model in quicktest professional (qtp)?

0 Answers  


What is your role and responsibilities in QTP with your current organization?

1 Answers   Oracle,


How to run scripts 1,29,3,5,7,2 scripts using test batch runner in QTP.... Ie...I wanted to run scripts not in an order 1,2,3,4,5...like that How it is possible using test batch runner... I dont want hardcoded script

0 Answers   IBM,


How can we perfom Action and Component parameter.?

1 Answers   EDS,


According to use, how virtual object is different from object spy? If Qtp is not learning a sub-menues. What should we done? how would we manage on the expert view too? alkaa.dugaal@gmail.com

1 Answers   HCL,


What is the difference between the keyword view and expert view?

0 Answers  


How we can add objects to the object repository during the running?is it possible or not?explain

3 Answers  


How can i find out any "text's" coordinates in excel sheet For example: I want to know the coordinates of "F" Column in the excell sheet While recording when i clicked on F column it is showing the coordinate values 385,9 but with out recording how can i find out them Suppose i want to clik on "H" column writing the script like this Window("Book1").WinObject("Book1").Click (...........) Here I Dont know what (x y )values should i enter Please any one can help me?

1 Answers   Livetek,


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

0 Answers  


Categories