Mention how to create a cookie using vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
Hi, I need to accept user inputs for login at runtime.I know i can use Inputbox but how to proceed further that i dont know. Thanks in advance
how to automatically update the sql server2005 database records when insert in vb6?
What is the difference between do until loop and do while loop?
To get data from table which method will be used in QTP
write a vb script to find simple interest using functions
Is VB Script Case sensitive or Case insensitive?
We have an application which is built using multiple technologies and are using QTP as the tool for Automating the same. While we spy over a combo box in this application, we get the object name as a "Combo Control" and we are not able to perform any action over this object in either selecting or checking any method for the same like "Exist" etc. Hence we thought of a solution and the same can be found below
which is the good software training centre in bangalore?
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
what is the purpose of the Reporter.ReportEvent in QTP and also please give the brief description about Reporter.ReportEvent ?
What if you do not specify anything when you call a procedure?
in qtp we ve datatable look like excel ,if we want to extract data from excel which saved in my documet how can i get that in datatable using vb script