What are the 2 ways to pass a value to the function?
No Answer is Posted For this Question
Be the First to Post Answer
what is the object hyrarchy in QTP for a web based application
Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
Explain the difference between POST and GET Method.
Please Example programms on vbscript 1)writing functions and calling functions
How to get the background color of a weblist?
write a vb script to generate hello 5 times using do until loop
Hi Friends my Question is very simple,in Manual testing when we click on a hyper link it directs us to the relavent page or it re-directs us to the current page,so there we can easily write testcase but same thing if we do in automation script using QTP & need to generate report using Reporter.report event how we will do it?thanks in advance...
reverse the string without using reverse string?
I want good books or good sites for scripting.Can any one help me.
Which function is used to perform string comparison?
How to Pass Multiple values in functions by using vb script? Function value(arg1,arg2) N1=arg1+arg2 N2=arg1-agr2 N3=arg1*agr2 N4=arg1/arg2 Value= How to pass ? End Function