What are the test scenario's for pen like high priority high
seviority?
Answer Posted / mudaseer
high priority high severity 1)if the pen is not writing 2) if
the pen is leaking
| Is This Answer Correct ? | 34 Yes | 2 No |
Post New Answer View All Answers
Explain the smoke testing?
Explain the integration testing?
Which of the following defines the expected results of a test? Test case specification or test design specification.
User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox
Scenarios to test wireless Speaker via bluetooth
Explain the monkey testing?
Elaborate test plan and content availability in test plan.
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
Explain the ad hoc testing?
What is gray box testing?
Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?
Can any1 tell me how to do and Integration test design and test cases for Order Inventory system for use cases. ALso how is that going to differ from System Testing. The system is similar to amazon.com online ordering system and you can place order by calling customer call center.
WE WANT HEALTHINSURENE PROJECT FUNCTIONAL TEST CASES
hai we need to get some data from a logfiles and populate into database .to check this we need to write test cases .how to write test case for this scenario tell me as functional and stress testing differ
write the test cases for facility module