As there are different builds for every version & any build
can release to the client.I m using Excell sheet for Test
Case writting.
Then Am I write Version No/build No.newly added feature
test cases. Because when that build again release
for testing I can understand that this build have that
feature.
Yes you have to mention/ write version and build no for each
and every test case and for newly added feature.
This is a real issue which comes up.
Yes the excel sheet should have version and build no. for
each and every new feature too because you might not know
when the clients may ask for revert back to previous or old
version they need as they may feel that the previous release
is better than this release.
or
if you can maintain the release matrix which contains the
version no/ build no and matching test cases it would be
real better for you to understand which test cases is
related to which release, instead of going through the
entire test cases.
| Is This Answer Correct ? | 0 Yes | 0 No |
How will you track defects? Or Bug life cycle?
What are the testing processes after getting SRS to tester?
What is online testing?
What is the difference between bug and defect?
test cases on orange hrm(( this is human resourse management system)
What are the document required to prepare during testing?
What is a show-stopper Bug?
Any Tools to test the performance of SQL Database?
What is testing ?
When u r executing a test case an error dialog or window appeared on screen describing some msg . u have to send that dialog/window as an attachment to the developer to let him understand properly abt the error dialog /window. how do u capture that error dialog/window as a snapshot , in manual tesitng ?
hi all I have an overall experience of 12 years working in an EDP setup(worked in a manufacturing setup in a German MNC). On my request, I was relieved from my duties in Sep 06 for maternity reasons. However I would like to pursue a career in a software organization as a manual tester. I obtained my proficiency certificate in Software Testing from STAG SOFTWARE LIMITED 2 months ago i.e in May and would now like to continue working in this field. However I am unable to find a job until now. If anybody knows of a opening at bangalore, kindly let me know.
How do i write a test condition to test the following simple program with the intention of 100% Condition coverage testing Print “Hello World” If Date $ = ‘01-01-2000’ AND Time $ = “00:00:00” THEN Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $. Could anyone please clarify in detail. Would really appreciate it....