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?
No Answer is Posted For this Question
Be the First to Post Answer
What is variant in vb script?
Mention what is variant in vbscript?
write a vb script to display factorial of a number using function
Explain a few date functions in vbscript
which is the best institute in banglaore for software testing?
how does vb script help in web page designing? explain with example.
What is the equivalent of VBScript?s On Error In Jscript ?
how to delete folder test3,test4 and test5 using vbscript?
write a Vb script to find a whther a selected drive exits.
How will you get the last occurrence of one string within another string using vbscript?
How to return a value from function...? you should not tell msgbox, print.. etc.,
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?