Test data is a set of input values that is needed to execute the test ,it can be any dummy data or data given by the client.
To log a defect in Bugzilla after you login1) Click on New Defect link2)Enter all the detail information required3)In the bug log page, enter the details like Version, Component, OS, Platform, Severity, Priority, Assigned To, Summary, Description etc.Attach a snap shot or print screen or logs if any. 4)Once you complete the Information on the Defect , assign the defect to the concern Developer with Email ID.Here you can also CC the Defect to Couple of Members like Project Mgr ,Team Lead adn you . 5)Click on Commit to save the bug.
Code Coverage Testing is a white box testing technique which determines the amount of code that has been executed during the testing .It assumes the pathof logic is being executed
|