What is the purpose of drive object of scripting.filesystemobject class in vbscript?
write a vb script to display the number is odd or even and whether it is divisible by 9 or not
accept a string & display whether a is present or not
generic function for webedit box for web application
How to delete a cookie using vbscript?
if there is any string in a given format like as "company name employeecode date" then we have to fetch employeecode form string for ex-string is "capgemini12345june2013" then we have to fetch 12345 by using vb script so guys how can we do that please reply it.
When to use function procedures and what are its characteristics?
if u ve resrevation for train and u get a number supose 1234xxxokie.after sucessul entering all required fields. now u put that number in search and want to chk wether these ar same or not if both ar same then its okie otherwise test fail.what would be the vb script code for it to compare these two values of different page.
How to take whole text output from screen of Bitmap Application.
Explain about scrrun.dll?
How to map test cases with Automation script? Please explain in details.With example Thanks for your co-operation(In Advance)
How can constants be declared in the vbscript language?
Hi all..I have two values. a=20 ,b=30 I want to perform c= a+b and c= a*b using user define function.please anyone give the answer