i am in a small size software house join as a Jnr. software
Testing Engineer so here is project is on Coding and almost
finished stage, no Test cases or any QA activities done b4
now can any body explain me how can i continue... m realy
depresd coz m just doing manual testing by running the
process n m good in this phase but i wanna know abt is QA
is just doing that way....plz help me
Answer Posted / rajendra prasad reddy
Hello Friend,
I will clear all of your doubts and Guide you to proceed
testing:
It is very common in small size companies development will
not follow process.I mean process means they should define
& follow some software development model(SDLC).
As part of this SDLC they should prepare Requirement
(BRS,SRS,FRS) documents, Design documents,Prototype Model
GUI screen
shorts,Flow diagrams,Database E-R diagrams..etc.
Now i will come to ur problem.
Ask development(Project Manager/Dev Team Lead)team for
above requirement documents.
If u got the requirement documents u can easily develop
testcases.
If in the case even the requirements are not clarly defined
then sit with development team ask them to explain the
functionality of the application right from starting to
ending,Including direct navigations and Alternative
navigations.
Understand the Main application development purpose and
concentrate to break the application.
Notedwon the Application different functionalities,
Different ways to use that functionalities..etc.
First start writing positive testcases
Then write Field level validations,then write GUI testcases.
Use Equivalent Class partition and Boundary value analysis
to seperate valed in put and invalid inputs,then based on
inputs prepare the positive and negative testacases.
When writing negative testcases verify error alert
messages for different error/Blank input values.
For example:
If you are writing testcase for login page:
Log in inputs can be devided into to classes(Equivalent
Class Partition technique)
-----------------------------------------
Valid Class | Invalid Class |
-----------------------------------------
Valid UserID | Valid UserID |
Valid Passwrod | Invalid Passwrod |
| |
| Invalid UserID |
| Valid Passwrod |
| |
| Invalid UserID |
| Invalid Passwrod |
| |
| Blank UserID |
| Valid Passwrod |
| |
| Valid UserID |
| Blank Passwrod |
| |
| Blank UserID |
| Blank Passwrod |
-----------------------------------------
We have two classes now then first write positive testcase
for Valid Class inputs:
the write negative testcases for invalid input values.
Ok Byeee
Rajendra Prasad Reddy
rajendra_penumalli@yahoo.com
Hyderabad
Still if u have any dobut feel free to Mail me.
i will reply you soon.
Byeee
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
During alpha testing why customer people are invited?
Hello. I am not here to answer your question. I jus found a job as software QA engr. And i am totally new to software testing. So can someone pls help me in the following scenario? there is this registration screen, and it contain: One textbox called Nickname which only accept alphanumerical One textbox called Contact which only accept numerical, One textbox called Email which can be filled with alphanumerical and symbol and One button called Register now becos there is so many textboxes, where i can filled with alphabet, number, symbol, "just space", leading zeros, leading space. there will be lots of combination. can someone pls help.. i will be appreciated if u can post the test case of the scenario i mentioned. Lots of Thanks
what are the tests u did in entire project? when it did in the project? (means at the release build to end of project) plz explain clearly
What were the major challenges u faced while testing
Please Tell me About Fish-Bone Model. Thanks in Adv.
What is the limit for test steps?It should be 10/20/30etc
What are the queries mostly asked in testing ? give me some examples.
How will you do beta testing?
Please let me know how to test labels in web application manually and how the testcases would be. Please provide me a sample testcase
How to write test case for view the table(i.e it is already stored in database and see the content in the table)
What is bug severity?
Why do we need different environments and different data? What is the other name for environment? Justify your explanation ? real time experts pls xplain?
What are the cases why parameterization is necessary when load testing the Web server and the database server?
In our project, we use Withdrawal Indent, we are confused to use heading as "Withdrawal Indent" or "Withdraw Indent". Please suggest me which one to use ASAP, Thanks in advance
hi, this is geetha, i have one doubt regarding the vulnerability testing. For sql injection testing is there any need for the tools to be installed. If it is what is tool and what is the method to test in sql injection testing. Plz Guide me