Explain the glass box testing?
No Answer is Posted For this Question
Be the First to Post Answer
plz.. tell me hw to write the Use Case for Online Purchase... just tod. itself i need...
Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.
what are those parameters or matrixes for tesing a software user interface?
what is not present in the test case? 1>requirment ID 2>test case ID 3>bug ID 4>objective
Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List<IPoint> { } public RoadNetwork : List<Road> { } public RoadNetwork Concatenate(RoadNetwork roads);
if we ve data 100 how we can check and create equvalnces an bva .if we ve data 1-5,6-10so on wat will we bva how we will chk
Explain the smoke testing?
Describe to me the difference between validation and verification.
Explain the ramp testing?
Can anybody help me out to write test cases for booking train ticket online???
Explain transaction testing?
Explain the integration testing?