1.tell me one bug what u find ur testing and how u ill fix
severity and priority?
2.difference between web and window based testing?
3.bug life cycle?
Answers were Sorted based on User's Feedback
Answer / preethi
1)Severity is interms applcation where as priority is
interms of customer requirements.
when we are conducting testing if a bug is found and due
to that we are not able to move to conduct testing then we
are going to assign the severity as high.
where as suppose lets consider the password field, its
visible to people but that defect is having priority as
high interms of customer point of view,but there we can
able to move to conduct tetsing but is having priority as
high..
2)we can launch client server applications directly
where as to launch a web based applications we need lauch
data base server ,web server then only we can able to
launch the our web based application thru a internet
explorer using URL
client server applications are menu driven where as web
based applications are links driven
client server applications are less content when
compared to web based applications,bcz they contain more
content as paragraphs and as images.
3)Bug life cycle:it mainly contains the status like
New-Assigned-open-fixed-closed or
new-Assigned-defered(Post poned)
New-Assinged-Rejected (Lack of clarity ) or
New-assigned-reopened-fixed-closed
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / rajendra
Bug Priority will be decided by development Team lead or
Project Manager not by Test Engineer.
Priority depeds on BUsiness Importence of bug
Severity will be decided by the test engineer based on
failure of certain feature of application under test.
Severity depends on How failed test condition affets the
application functionality.
Web Based Application:
Browser acts as client to access the application from
remote server.
Windows application will be installed in the same system.
byee
Rajendra
rajendra_penumalli@yahoo.com
| Is This Answer Correct ? | 8 Yes | 0 No |
What is meant by Risk Analysis?
How can u justify u r written all the test cases are meeting the client Requirements?if is there any missing functionality how can u know?
tell me brief about your project? please help me how to explain the project what is the flow? my current project is ERP domain web based application. please help me
What is an IDE?
What are the different types of integration testing?
This is a interview question i faced? Suppose your client doesnt have any idea abt software or the technology ?then how
1.register as candidate 2.go to skill set module 3.select any skill for test eg:"java" 4.save, page will open with start button on below 5.click on start button to start test for java this is a flow so do i need write test cases for this if yes,then how? plz help me guyss
how do we do database testing manually.Suppose if i want to check whether a particular record is inserted in the database or not.
what is the difference between test case and test scenario
what is Regresstion testing? when it will be needed?
write a single scenario which describe error , bug and failure.
by testcase how to achieve 100% branch coverage for the following code. Read P Read Q Print "P" Print "Q"