1.explain end to end process of qc,2.how many tabs are in
qc9.0,qc10.0 3.what is review, how many reviews are
following in aproject 4.how will you get the requirements
5.why do we choose testing 6.how to export tc's and
requirements to qc through add-ins
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between smart identification and object identification withn clear example. please it is very urgent
What is source control?
What the genaric function to connect Sql Server using Sql Server Authentication and Windows Authentication
When we try to use test run option "Run from Step", the browser is not launching automatically why?
We have a text file which contains 1 to 100 numeric values sequentially like 1 2 . . 100 Now we have to count them and transfer to XML file by writing a code in qtp.
can the activities of test case design be automated?
If 3 browsers are opened in our system, how to enter the facebook url into second browser by using descriptive programing
What is the use of Accessibility check point?
HoW to open QTP in Real time.after getting the qtp window how to log in .pl answer real time people
How the exception handling can be done using quicktest professional (qtp)?
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
In qtp what type of data tables are used , name and list out them