Credit card field contains four text boxes. We can validate
each textbox separately with conditions but how can we write
integrated testcase for all the four?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the smoke testing?
Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.
How to write test case template for ATM
Scenarios to test wireless Speaker via bluetooth
why we need a test plan
write test case for white board marker.
Hai can anybody give me an idea about writing automated test cases in qtp using VB scprit.please respond as quicky as possible.
what is black box system in software development in system analysis and design?
1. Buzz Words 1.1 Purpose Allow user easy access of content based on key/popular words 1.2 Scope All the tags at the portal. 1.3 User Interface - Tags are usually hyperlinks that lead to a collection of items that are associated with the tag. - Click takes you to page similar to Search Result page, should search all content and not only articles - Based on Most Viewed only 1.4 Interfacing/Sourcing Details - Need to develop an application which works on algorithm to calculate size/color of Buzz words. - In phase 1 algorithm will be pretty straight forward of calculating dimesion of Buzz words by going by ""Most Viewed/Visited"" words. Need to get exact algorithm.
Write 10 test cases for the condition P=R/I where R and I are integer and P is floating point.
what is scenario? how to write scenario?
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