how to write a vb script in QTP for yahoo registration form,
i want to check the performance also like performance test,
stress, load test like that.
No Answer is Posted For this Question
Be the First to Post Answer
I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?
Explain about arrays in vb script?
please can you help me to get a code of flames using a visual basic 6
What is the use of the formatdatetime function in the vbscript language?
how to increasing the numbers in a given text box please write a vb script
How to remove the spaces in a string Ex: "Welcome to QTPWorld" ?
Mention characteristics of sub procedures?
Could Anybody tell me VBScript for Check if a given number is Prime number-Don't use any Built- in Functions Boolean/int is Prime(int number).. Thanks in advance.
what is diff b/n these 2 programs 1) for i=5 to 1 step 2 msgbox "pass" next 2_) for i=5 to 1 step -2 msgbox "pass" next
How will you compare two strings in vbscript?
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?
Which object provide information about a single runtime error in a vbscript?