Why is the use of exit do or exit for statements within loops discouraged?
No Answer is Posted For this Question
Be the First to Post Answer
i want to when we will write the scripts either after getting the build or after getting the SRS?
How to generate 3 digit random number?
what is extension of the file if its saved from recovery manger to some drive
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.
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.
write any ttest cases using check points and parameterization
Write a program to create a Dynamic array of size 5 elements and display all the elements.
What is the difference between javascript and vbscript?
How can you destroy an object in vbscript?
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..
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