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
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 |
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 |
Answer / kshama
Thanks a lot Sandeep.........
its really helpful..
| Is This Answer Correct ? | 2 Yes | 1 No |
Check point what is how many types of checkpoint and explain
How to identify the child window. In my case while recording, When i open new window and give checkpoint for some control and when i run that script QTP give error like" can not identify the object" Is there any method or solution to handle child window issue Note: In my apllication i have to check child window of child window also ( multiple windows open )
What are default add-ins in qtp?
What is the difference between "call" and "callclose"
what is web application and client server application.is there any difference ?
Reverse a string keeping the words in the string as it is. E.G. "Quick Test Professional" O/P "Professional Test Quick"
Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3 5 4 5
how do you find the number of occurences of string QTP from the expression , " QTP+QTP=2QTP"
How 2check the color of the text in the textfield . say suppose the text entered in the textfield object is appearing in red. so i want to check whether the text is in red color or not. It could be great help for me if any one solve's my issue. plz...help
How to run a test using quicktest professional (qtp)?
Difference between keyword driven test and DDT?
Why we are selecting QTP for testing ?