Hi ,
Am Working in Testing(manual) in one of company in
chennai and am testing on web portals i.e our company own
products.So am testing manually . can i know My Designation
is SOFTWARE TEST ENGINEER OR QA ENGINEER ?
Answer Posted / satyajeet gulia
Hi, if you are testing any web portal OR doing something
that is as same, then you are acting like a tester, as
testing is a part of QA, but their is diffrence in QA
engineer's task and QC engineer's tast. QA is mostly
related to the standards e.g. CMMI levels, SIGMA levels
ext; are they being followed properly OR not, are the
document being prepared according to the TCl or not. As
well on the other side tester is related to the Software
testing tasks, preparing the Documents, practising diffrent
type of testing on diffrent levels e.g. Function,
regression, then smoke N sanity ext.
So as per my knowledge is concerned, i has provided you
with best of it.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is Test methodology, Testing type , Testing approach, Testing technique & Testing methods. Explain with example.
What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?
structure of an incident report is covered in stand for software test document IEEE 829 and is called as?
Write the 10 high test cases for making video call/face time
write the test case for Bulb & Mobile phone
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 is Stability and Performance Testing in Testing the TV
Which are the standards for software test plans?
If there is non reproducible bug which developer is not ready to agree, how you will convince him.
Want to learn Manual Testing in just two days? Students around Thanjavur, Trichy, Mayavaram and Kumbakonam Mail to manualtestingtraning@gmail.com. Entire Manual Testing Concept. Any doubt regarding IT Job please mail above ID
I know functional test cases are derived from frs and system design specs. But are test cases for performance, database, boundary, relational integrity and other types of tests other than functional tests created from frs and system design specs as well? When are these test cases created? Are they in the same test plans alongside functional test cases or is their a different test plan that includes these test cases?
3. In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10%. The next £28000 after that is taxed at 22%. Any further amount is taxed at 40%. To the nearest whole pound, which of these groups of numbers fall into three DIFFERENT equivalence classes?
What is software configuration management?
write test case for linked in sign up page ?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }