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
How many types of procedures are available in the vbscript language?
Explain about operator precedence in vb script?
which is the good software training centre in bangalore?
Mention what is the technology used by vb script?
Which function allows you to instantiate an object given its programmatic identifier or progid?
Hello friends..... Can any give the methods for Ms-Access, and Mozilla firefox in Automation Object Model in QTP. Please give me currect answers... if you do not understand my question please don't give answers. Thanking you.
How to capture a runtime error in vbscript?
In qtp, how to use XML files for framework. if the XML files are more Efficient than Excel files?
How are values assigned to the variables in the vbscript language?
Differentiate javascript and vbscript?
How to copy from one script to another script in qtp
I want to import the sheet from the Excel to the Datatable using VB Script. I used the Syntax as 'Datatable.ImportSheet "Filename","SourceSheet","Destinat ionSheet" Ex: Datatable.ImportSheet "D:\Data1.xls","Sheet1","Global" Qtp producing run time error,How I can solve the problem