Answer Posted / vamsilakshman
create table tablename (sid int,sname varchar(20))
insert into tablename(1,'vamsi')
insert into tablename(2,'lakshman')
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How will you check that a variable is an array in vbscript?
what is the difference between modular and data and keyword driven framework
Which date function is used in the vbscript language to find the difference between the 2 dates?
Explain about filter expression?
How can you fetch the value of a cookie?
How will you release the memory acquired by an array variable in vbscript?
What is the difference between for loop and while loop?
When are redim statement and preserve keyword used in the vbscript language?
How to delete a cookie using vbscript?
How to take whole text output from screen of Bitmap Application.
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?
What are subprocedures in vbscript?
How to Enter Values on the Command promt using VB script
Which keyword is used to declare a variable in the vbscript language?