how to write a test cases for Quick links like
Feedback/Suggestions
Advertise with us
Contribute
Invite a Friend
FAQs
Make HomePage
RSS Feed
Buzz Words
Email
Privacy Statement
Terms & Conditions
Copyright
Disclaimer
Download
Forgot Password
No Answer is Posted For this Question
Be the First to Post Answer
Explain the sanity testing?
For the following piece of code, how many test cases are needed to get 100% statement coverage? Procedure X Read (Color) // Input color from user IF (Color == “Red”) THEN Call Roses(Color) ELSEIF (Color == “Blue”) THEN Call Violets(Color) ELSE PRINT “User is no Shakespeare” SaveToDatabase(Color) End Procedure X A. 5 B. 3 C. 1 D. 2
ATM application ( scenarios ): Analysis and testcases
what is not present in the test case? 1>requirment ID 2>test case ID 3>bug ID 4>objective
what is the process of testing
There is a web portal that has been tested and working properly. Now a new module called as the "online shopping module" had been added. Ther are two search pages , a normal search and an advanced search page. You are responsible for only these two modules for testing Questions 1) Write the scope for testing 2)High level test scenarios 3)Test case for one high level test scenario 4) Assumptions while writing the test case 5) Questions that u might need to ask as a QA to test the application NOTE- the requiremnts wont be given. One has to assume the requirements Please tell me how to test a search page and also please help me answer the above questions
2 Answers Infosys, Zycus Infotech,
Hi Team, I have two scenarios ,only one step alone deference betweeen them and preconditions of Test scenarios are defferent . In the above sutuation , are we going divide test cases into two or can we club into them into a single. Regards seshu
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
Explain the domain testing?
test cases for bus transport (TNSTC)
tell testcase where it is taken and tell the title of the testcase? pls any answer the question?
Please give me a test case scenario for search engine covering all the fuctionalities