What is the main difference between desriptive programming
and generic functions
Answers were Sorted based on User's Feedback
In descripting programming we write the script based on the
properties of the application without usage of object
repository
in generic function is a function which can be used in any
project or application
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / balram kumar
Descrptive programing is limited to use for a particular application and created with object property of object in app.
But generic function can used for other application as well,in generic we should not use object property of a particular application.
| Is This Answer Correct ? | 0 Yes | 0 No |
How you can find the absolute value of the number in qtp?
What are default add-ins in qtp?
what is the syntax for regular expression in QTP? how to create user defined functions in QTP?
If aclient comes to tester ask to bye a tool Keep aside about the cost,In what way we can choose the tool.
what is the command (keyboard command) to swith from expert view to key word view
please tellme ordernal identifiers in QTP?
What is dynamic arrays
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
What are the challenges you faced during you entire life automation ?
Can anybody help me by sharing the code for checkbox in qtp using vbscript.
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?