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

Post New Answer

More VB Script Interview Questions

Hi everybady, i have faced few Qns in one of i attended interview, please help me out with these below Qns. 1. how to join values without using join function? 2. how to compare values without using String compare function? 3. input is Bangalore, but i need output like this below format, what is function to use and get this outcome B A N G A L o R E 4. Input is "CapGemini" but uotput should be like this "inimeGpaC" 5. Input is 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 Can someone let me know results of this Qns, please. Thanks.

2 Answers   CSS Corp,


write a program to display configuration of a local system with the help of vb script.

0 Answers  


how do you make the variable declaration mandatory?what is the use of "option explicit"?

2 Answers  


What is the purpose of drive object of scripting.filesystemobject class in vbscript?

0 Answers  


Mention what are the rules to name variable in vbscript?

0 Answers  






I want to count the total no of links present in yahoo home page. The script like Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo!India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing But while running the script it is fail (the object not present in the object repository).How to overcome please tell me the detail steps...for QTP9.30

1 Answers  


Can any 1 modify the code whr in want to add\rename a excel sheet in qtp?

1 Answers  


write a vbscript for finding the sum of the numbers from 1- 50

3 Answers  


how to find the textfile in the folder and copy file from one folder to another folder useing parameterigation in QTP

1 Answers   Accenture,


write a script to count no drives in file systems in qtp?

1 Answers   Mind Q Systems,


How will you get a subset of a array in vbscript?

0 Answers  


Write a VB Script to count blank Lines in a notepad

2 Answers   IBM,


Categories