Can u please give me deatil notes for manual testing and Black Box testing starting from the basics..
thanks in advance.
venu
Aug 25th, 2005
HI, A good Testcase is one that as ahigh probability of finding an error an as at un discoverederror.
Sirisha
Aug 29th, 2005
Could you please give me the details of automating a browser testing. Also let me know if automation is perfectly possible for the entire project.
thanks in advance.
Lavesh
Aug 30th, 2005
PLZ GIVE me detail how to right good test cases
prasad
Sep 6th, 2005
how to conduct a testing in Broken-links using winrunner?
Prameela
Sep 23rd, 2005
this is a very good apporchunity to learn more
Beena Kadam
Sep 28th, 2005
Essentially a Test Case is a document that carries a Test Case ID no, title, type of test being conducted, Input, Action or Event to be performed, Expected Output and whether the Test Case has achieved the desired Output(Yes \ No)Basically Test cases are based on the Test Plan, which includes each module and what to be tested in each module. Further each action in the module is further divided into testable components from where the Test Cases are derived.Since the test case handles a single event at a time normally, as long as it reflects its relation to the Test plan, it can be called as a good test case. It does not matter whether the event passes or fails, as long as the component to be tested is addressed and can be related in the Test Plan, the Test Case can be called a good Test Case.
Essentially a test case is a document that carries a Test Case ID no, title, type of test being conducted, Input, Action or Event to be performed, expected output and whether the Test Case has achieved the desired Output(Yes \ No) Basically Test cases are based on the Test Plan, which includes each module and what to be tested in each module. Further each action in the module is further divided into testable components from where the Test Cases are derived. Since the test case handles a single event at a time normally, as long as it reflects its relation to the Test plan, it can be called as a good test case. It does not matter whether the event passes or fails, as long as the component to be tested is addressed and can be related to in the Test Plan, the Test Case can be called a good Test Case.
Essentially a test case is a document that carries a Test Case ID no, title, type of test being conducted, Input, Action or Event to be performed, expected output and whether the Test Case has achieved the desired Output(Yes \ No) Basically Test cases are based on the Test Plan, which includes each module and what to be tested in each module. Further each action in the module is further divided into testable components from where the Test Cases are derived. Since the test case handles a single event at a time normally, as long as it reflects its relation to the Test plan, it can be called as a good test case. It does not matter whether the event passes or fails, as long as the component to be tested is addressed and can be related to in the Test Plan, the Test Case can be called a good Test Case.
radha
Oct 5th, 2005
Suspect the functionality of the application, try to break its functionality in all possible ways.
yogesh
Oct 14th, 2005
Lavesh Wrote: PLZ GIVE me detail how to right good test cases
brokenlinks(linkname, URL, YES/NO), by default it will NO.
Senthil Kumar J.A
Nov 17th, 2005
Hi,
Good Testcase is to cover the all functionality of that project.
We can use to Test this Testcase it will satisfied the All conditions(Positive / Nagative).
Amit Gargotikar
Nov 19th, 2005
hi,
Good test case is one which will Break the developers logic or Creating a test case which will fail.
Bhaskar
Feb 9th, 2006
We can write a good test case such way that it will test the functionality of the module as per the the requirement. Henceforth to write a good test case one should refer to Functional Specification Document (FSD)and Design Specification Document (DSD).
hai radha, please tell me how to write the integration test plan and test case
Amit
Apr 26th, 2006
A Good 'Testcase' is has not morethan steps and cover more functionality in the single shot.
prashant
Apr 29th, 2006
How can we write a good test case?
rani
Aug 14th, 2006
we can write a good test cases by using the equvalence and aboundary value analysis
kaladhar123
Apr 2nd, 2007
A good test case is one which finds undiscovered error
Subramanyam
Apr 14th, 2007
Hi,
When ever you are writing a good test case you have to concentrate on its repeatability and performance of finding the bugs. Think in different directions. Here is a example:
I am checking a field of one application suppose I am having test case, but, it must be tested on may 1st (this is the information having in the test case). This is not a good test case. The test case must be repeatable. But it should find the new bugs.
Thanks
Subramanyam
abc
Apr 20th, 2007
By inserting GUI check points. GUI check points checks the broken-links in the web app.
Yogesh
Jun 8th, 2007
Suspect the functionality of the application, try to break its functionality in all possible ways.
A good test case is more likely to detect the defect hidden in application you are testing.
deepZ
Jul 12th, 2007
A good test case is one, by which when the test case fails/passes, the result analyser should be able to find the reason of fail/pass easily.
ramya
Aug 16th, 2007
Test case should find the high probabilty of errors It should cover all the functionality It should'nt be redundant Neither too simple nor too complex a good test case should not be dependent on the result of the previous test case
Praveen kumar
Aug 20th, 2007
We can write good test cases by using
ECP (Equivalence class partition) BVA (Boundary Value Analysis) EG (Error guessing) CEG (Cause Effect Graph)
I hope this will be helpful
prabakaran.k
Aug 23rd, 2007
We execute test case manually and compare expected value vs actual value
maddy
Sep 11th, 2007
Accurate - tests what it’s designed to test Economical - no unnecessary steps Repeatable, Reusable - keeps on going Traceable - to a requirement Appropriate - for test environment, testers Self standing - independent of the writer Self cleaning - picks up after itself
Nathan Natarajan
Oct 1st, 2007
A good test case should cover all the functionalities as per the budget and risk of the Project. It should be in good order and should have both Positive and Negative test cases. It should have been written in such a manner that the tester who is going to execute the test cases will find himself comfortable in executing the test cases.
Abhilash
Oct 30th, 2007
A Test case should cover more functionalities without any repeat and which should be understandable to the developer when a bug is raised.
Test Case A test case is a unique statement which covers the completeness and correctness of a given functionality.
test case designed documents contains set of procedures that has to be executed to find out the bugs. it contains test case id, test case description,test case procedure,test input,expected result and actual result. once you finish writing these test cases execute the test cases, if the actual result is equl to expected result then the test case is passed if not equal then it is failed
Any test case should be independent.Test cases should be so informative that any lay man should be in a position to understand as to what is expected Test cases should have informations like : test case id,test case name,project name,module name,prepared by,reviewed by, objective of the test case. The columns should be : input data,actual ,expected,result.
A test case is a document containing series of action,events,input,expected result and actual result. The optional fields are TestCase ID,Test Case Description/Procedure, Expected Result, Author, Check Box to determine whether that step can be automated or not, Actual Result,Status. A good test case is one which covers all the possible testing steps based on the Requirements specification to find the defect. Test cases can be of certain testing styles like domain testing or risk-based testing.
Test cases are written from the functional requirements. Test case is the step by step process to check the functionality of the application.
Eg: Functional Requirement:
login name: Text field should accept alphabet characters
Test case id: T01 Test case name: Login Name Author: xyz
Step1 :1 Scenario: Login in to PI client and add name
Step description:
Add name 'Sweta1' in the text field and click tab Expected result: The system should not accept sweta1 and show error 'INVALID character'
Actual result: The system accept 'Sweta1' and after clicking tab did not show any error Pass/Fail: F Defect ID: DC01
Comment
1) contain all of the necessary preconditions 2) contain all of the necessary steps 3) have clear expectations 4) have clear pass/fail criteria 5) be written in a way that a person can execute the test without any prior knowledge of its functionality 6) be mapped to its requirements 7) have appropriate priority attached to it
There is no proper method or procedure is there to follow to write a Good Test Case but only thing is based upon the requirements how much negative test cases are written to capture the bugs are said to be known as good test case
There is no proper method or procedure is there to follow to write a Good Test Case but only thing is based upon the requirements how much negative test cases are written to capture the bugs are said to be known as good test case
good test case means fulfilling the requirement. it is nothing but good test case writing. it should be very understandable and to reach the up to client requirement.
How can we write a good test case?
Related Answered Questions
Related Open Questions