how to write test case in testing give some examples plz
help me any one?

Answer Posted / javed khan

Test cases are written from requirements. There will be
test scripts in test case. The test script will include
expeted result and you will compare with actual result or
vice versa.
then you have to pass or pass the test case or partially.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What exactly is quality control?

737


What is checkpoint? How can you handle the checkpoints?

2006


What is an exit criteria?

681


What is formal testing?

686


write testcases for open dialogbox

1550






How do you test for the coockies for a web application?

1624


how mapp the defect id in quality center?

1699


what are the prerequisite conditins to test clientserver and web applications

1607


What is validation in software testing?

721


What is a test severity and test priority? difference between them with suitable examples?

1313


What is Difference between Test Strategy and Test Methodology?

1741


What is the difference between latent and masked defects?

694


What is the difference between authentication and authorization in web testing?

726


What is black box testing, and what are the various techniques?

735


How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....

1644