How should I manage the test cases? Should I have to write Version/Build number in the test cases against test cases which is get modified for that build/version.
3 6062Case study like you have been assigned in a team which going through a crucial phase of the project. Then how you can save your project to release on time without any defect leakage….
ABC,
2 5125we have develop one program i.e palindrome for string character to check whether that string is palindrome or not. example palindrome mean if u type ABCDCBA,RAAR..u can read it form start or u can read it from end u find same string... write the test cases for the above what u wil do for edges boundaries check wether the program is correct or not
2 8846give me a example of writing a test case,take any good example which i can understand easily.
ABC,
2270Hi All, I am new in testing field. I got an interview and the question was asked- What would be your high level test case on the following scenario. There are 2 fields one is SCORE and other is GRADE and there is a go button. Scenario is If score is 90- 100 then grade should be A, if Score is 80-90 then B, if 70- 80 then C Else F. So I told that - I will check Boundary values by giving max +1 and min-1 values. I will check the functionality is working as per the requirement or not. I will include + and - testing. But seems like my answer was not correct, obviously because I don't have much experience. So plz provide me the best answer of this Q ? Thanks in advance. Preeti
11 18149Post New Manual Testing Questions
When first time we are testing the screen then we have to write that this screen should contains so & so columns [ suppose there r 10 columns on that screen]in the expected result
Hello Varun, Kindly send me the material as well as sample question papers as i am interested in doing the certification. Kindly help me out in this regard. Here is my mail ID: bjyothitesting@gmail.com
What expected result should come when Enter any sql query like “Select * from hello;” without quotes and with quotes.
You have a testing team of 10 members, and now you have to reduce it by 5 member and you dont want to increase risk in your product, you are try to cover all functionality to test. What test Strategy you follow.
Explain branch coverage and decision coverage.
Can Anbody please send me Daily Work status format in which I can save my daily work activity
What are the principles of software testing?
what does 80hz refresh rate indicates?
do we require any scripting languae to write test cases in test director? what for it is used?it is like back end?only database we can there?
What are parametere require for Performance testing?
What is Independant Testing? When and where this type of testing will be performed?
test cases for Insurance Processing System ?
What is Application Performance testing and Operational performance testing
What is meant by entry criteria and exit criteria in software testing?
Hello again!! wanted to ask you HOW EXACTLY create stubs and driver in integration testing? 2.whats the difference between integration testing and system integration testing? Thanks!!