Write Test Cases for Vendor Machine, which inputs 50 - Pepsi 1 - Cock 1.50 - 7Up Test Cases should cover all the Boundary Value Analysis, Equivalence Partitioning, etc.
1 22471Tech round 1)joins 2)insert 3)delete 4)date 5)database architechture 6)bug life cycle 7)retesting 8)regression testing 9)somke and sanity testing Manager round 1)current organization details 2)explain current project 3)Basic unix comment 4)Test stragey
1 6200How can i understand about the concept of "State Transition" Testing. Can any Testing genius can suggest me.
2 5185Hi Friends, I've to submit a presentation in my office about "Different bug tracking tools" ? Where can i find (or any site) the templates for the bug tracking tools.
1952What is the difference between Game (video game, mobile game, facebook game...etc) Testing and Software Testing? Why some company dont use testcase for Game, they only find bug and describe it directly to bugbase? And some testcase for Game if u think testcase is necessary for game (ex: testcase for Tetris game)
1 7005How does compatibility testing differ while testing in Internet explorer and testing in Firefox?
3365Post New Manual Testing Questions
if yahoo ceo asks you to do performance testing for yahoo site, what are the inputs you ask from them?
On what basis you are fixing up the time for project completion?
What is the difference between load and stress testing?
List out test deliverables?
What is actually a rule based testing
what r the 5 major defects that u found in ur shopping related project?
Unit Testing can be done by using Nunit?
What is mean by Schedule report who is the responsible for generated that one ?
Have you prepared traceability matrix and how to prepare it?
What is strategy to be followed for execution of 500 Test Cases in One day. If only 1 Resource is available.
how to write the test cases for mark as read/unread mails for gmail inbox?and what are the testings we will do?
Differentiate test bed and test environment?
which sanity testing is performed?
Why is software testing required?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?