what all are the coverages , explain ?

Answer Posted / prathima

As far as Iam aware he have the following coverages:

>>Decision or branch coverage
>>conditional coverage
>>Multi-Conditional coverage
>>Statement coverage

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the file extension of the code file in qtp?

560


Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma

1344


What is meant by Output Value in UFT?

561


How will you test a keyboard?

599


how to find that tools work well with ur existing system?

1352






Can you write a script to check if the folder exists or not?

515


what is the difference betn QTP 8.0 AND PREVIOUS VERSION

1949


Explain about business process component? types and usage?

1559


What is qtpro? What is quick test pro?

557


give me an example where u used good judgement and logic in solving a problem

3355


A FORM CONTAINS 5 FIELDS. 1 FIELD IS ENABLED REMAINING(4) FIELDS DISABLED. MY QUESTION IS ENTER VALUES INTO 1 FIELD AFTER THAT CLICK TAB BUTTON THEN 2 FIELD ENABLE THIS PROCESS CONTINUE UPTO 5TH FIELD. HOW TO WRITE CODE IN DESCRIPTIVE PROGRAMMING. PLZ TELL ME THE PROCEDURE AND CODE FOR IT.

1276


how to explain a claims and insurance project?

1748


In an interview, what r the general questions asked in QTP? pls give me anwser to this question?

1418


Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri

1401


How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks

1544