write a function for addition of two numbers
Answer Posted / prasannat
int add(int a, int b)
{
return a+b;
}
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can withwin runner to make single scripts which supports multiple languages?
What is contained in the test scripts?
What is the purpose of regexp_label property?
Name the two modes of recording?
Have you used winrunner in your project?
Where did you learn winrunner and testdirector?
Explain the difference between gui map and gui map files?
How do you find out which is the start up file in winrunner?
How do you clear a gui map files?
What is parameterizing?
What are the modes of script recording in winrunner ?
What is the purpose of different record methods?
What is the disadvantage of loading the GUI maps through start up scripts?
How do you handle tsl exceptions?
What is tsl? What 4gl is it similar too?