test cases for calculator ,this should accept integer form +99 to -99(perform addition operator).need to raise defects
4 8891explain with examples- transaction testing, syntax testing, domain testing, logic testing, and state testing.
1 8814What is Unit Testing ? What is Integration Testing ? What is acceptance testing ? What is Static testing? What is System testing? What is Load Testing? What is Smoke Testing? What is Soak Testing? What is Scalability Testing? What is Sanity Testing? What is Ramp Testing? What is Monkey Testing? What is Gray Box Testing? What is Functional Testing? What is Glass Box Testing? What is Dynamic Testing? What is Compatibility Testing? What is Concurrency Testing? What is Component Testing? What is Ad Hoc Testing? What is Agile Testing?
1 5055Roads 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
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
4275Which testing is important, positive testing or negative testing. Test cases for postive and negative testing for a given functionality.
2 4920For a Login screen with Username, Password input fields and Enter, Cancel button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.
1 7309
How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent
How to write test cases for "open file dialog box" for ms word? Thanks a lot!
What is the logic testing?
How to write test case for android application,alarm clock,LCD display screen. And after seeting alarm mobile get switch off how to write test case..
Explain the concurrency testing?
Explain the logic testing?
What is explain security testing?
Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.
Elaborate test plan and content availability in test plan.
how to write a test cases for courier offices?
If userA send a string through whatsapp but userB is not getting properly the string, Then what may be problem? Can someone write testcase of this. Both whtsapp application is same version and OS is also same android version.
For how many days (or) weeks you will test a product or software?
What is the domain testing?
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases
Explain the load testing?