what is key word driven frame work ? why it is called like
that ? what is the diference between keyword driven and
data driven frame work ?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More QTP Interview Questions

To count the no of links present in the yahoo home page i have written the script like this 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 While running the script it showing error that object "yahoo"isnot found in the object repository. Is there any setting before running the script? if yes what is the steps for it.Im using QTP9.0

2 Answers  


how can i do QTP Certification can any 1 tell me . How 1 approch and who to approch

7 Answers   ADP, Hydus,


How can you identify the browser and its information using QTP script?

0 Answers  


How to export QTP results to an ".xls" file?

1 Answers  


What are the QTP advantages and disadvantages?

6 Answers  






How can I find out whether a word in a string is existed or not for example "QTP IS A POWERFULL TOOL FOR AUTOMATION" How can i find out whether "powerfull" is existed in the above string or not Could anyone answer it?

7 Answers   Livetek,


Is it possible to run QTP scripts created in IE 6.0 in IE 7.0?

4 Answers   TCS,


What is Distributed testing? How does UFT support it?

0 Answers  


If u r using library files (Instead of Check Points) , How do u do bitmap check ?

0 Answers  


Give me Example for Generic Functions in QTP Framework....Anybody please answer me..Thanks in Advance

3 Answers   BirlaSoft,


how u will evaluate the tool for test automation?

0 Answers   SysArc,


How can we use the "CreateObject ("Scripting.FileSystemObject")" in QTP and what is the definition and purpose of it?

2 Answers  


Categories