. Diff. between Application server and web server?
2. Default port number of Tomcat?
3. bug life cycle?
4. what is defered status in defect life cycle?
5. smoke test?
6. Do you use any automation tool for smoke testing??
7. verification and validation?
8. Testing process in your comp.?
9. Testing methodology?
10.when a bug is found what is the 1st action?
11.what is best bug in your current proj. which you found??
12.what is test plan and explain its contents?
13.Advantages of automation over mannual testing?
14.explain some SDLC models?
15.ADhoc testing?
16.what is mean by release notes?
17.what are all the contents of release checklist?
18.when a new build comes what is 1st action?(performing
smoke test).
19.how many test cases will you write for 1 day?
20.what is the bugbase do you use in your comp.?

Answers were Sorted based on User's Feedback



. Diff. between Application server and web server? 2. Default port number of Tomcat? 3. bug life c..

Answer / naresh

3) New: wen tester reports a defect
Open: wen developer accepts that it is a bug or if the
developer rejects the defect, then the status is turned
into "Rejected"
Fixed: wen developer make changes to the code to rectify
the bug..
Closed/Reopen: wen tester tests it again. if the expected
result shown up, it is turned into "Closed" and if the
problem ersists again, its "Reopen"

4) Defered status means the developer accepted the bus, but
it is scheduled to rectify in the next build.

5) Testing the application whether its performing its basic
functionality properly or not, so that the test team can go
ahead with the application

6) Definitely can use.

7) Verification is static. no code is executed. say,
analysis of requirements etc.
Validation is dynamic. code is executed with scenarios
present in test cases.

8) varies from company to company.

9) varies from company to company (refer to symphony and
mphasys websites for differant methodologies)

10) report it in bug tracking tool.

11) Its your project. you should know it.

12) Test plan is a document which contains the scope for
testing the application and what to be tested, when to be
tested and who to test.

13) Time, resource and Money

14) V model, Waterfall model etc..

15) AdHoc means doing something which is not planned.

16) Its a document released along with the product which
explains about the product. it also contains about the bugs
that are in defered status.

19) It varies with the complexity of requirements. Some
write 1 or 2/day. Some write upto 20/day

20) The interviewer was asking about Bug tracking tool that
you use..

Friends, plz correct me if i am wrong at any part...

Is This Answer Correct ?    5 Yes 0 No

. Diff. between Application server and web server? 2. Default port number of Tomcat? 3. bug life c..

Answer / rao

For 16th quesion answer is ,in our company relase notes
document prepared by client himself.In this documetns,he
mentions all the bugs which re diferred from from prious
releases and the most important bugs logged at the time of
project deadlines.And also,he mentiones the workaround for
every bug says how to overcome from the bug,while using the
software.

Is This Answer Correct ?    0 Yes 0 No

. Diff. between Application server and web server? 2. Default port number of Tomcat? 3. bug life c..

Answer / rao

For the questions from 3 to 20 answers ahve given by Naresh.
I dont want to make comments on this further.

Here I am givign the answers for 1 and 2.

1)Diff. between Application server and web server?
A Web server serves pages for viewing in a Web browser,
while an application server provides methods that client
applications can call.A Web server exclusively handles HTTP
requests, whereas an application server serves business
logic to application programs through any number of
protocols.

The Web server
A Web server handles the HTTP protocol. When the Web server
receives an HTTP request, it responds with an HTTP
response, such as sending back an HTML page. To process a
request, a Web server may respond with a static HTML page
or image, or delegate the dynamic response generation to
some other program such as CGI scripts, JSPs (JavaServer
Pages), servlets, ASPs (Active Server Pages), server-side
JavaScripts, or some other server-side technology. Whatever
their purpose, such server-side programs generate a
response, most often in HTML, for viewing in a Web
browser.The Web server doesn't provide any functionality
beyond
simply providing an environment in which the server-side
program can execute and pass back the generated responses.
The server-side program usually provides for itself such
functions as transaction processing, database connectivity,
and messaging.While a Web server may not itself support
transactions or database connection pooling, it may employ
various strategies for fault tolerance and scalability such
as load balancing, caching, and clustering.

The application server
An application server exposes business logic to client
applications through various protocols, possibly including
HTTP. While a Web server mainly deals with sending HTML for
display in a Web browser, an application server provides
access to business logic for use by client application
programs. The application program can use this logic just
as it would call a method on an object.
The information traveling back and forth between an
application server and its client is not restricted to
simple display markup. Instead, the information is program
logic. Since the logic takes the form of data and method
calls and not static HTML, the client can employ the
exposed business logic however it wants.the application
server manages its own resources. Such gate-keeping duties
include security, transaction processing, resource pooling,
and messaging. Like a Web server, an application server may
also employ various scalability and fault-tolerance
techniques.Additionally, most application servers also
contain a Web server, meaning you can consider a Web server
a subset of an application server. While application
servers contain
Web server functionality, developers rarely deploy
application servers in that capacity. Instead, when needed,
they often deploy standalone Web servers in tandem with
application servers.


2)Default port number for Tomcat application server is 80.
Defalt port number for Websphere application server is
7001.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Manual Testing Interview Questions

What is 3-Tier Architecture. How It will be implemented. Anybody can explain it in detail with easily understandable example. Thanks in advance..

2 Answers   Wipro,


urgent --pls help me out friends i have given my current project as inventory , where it iuncludes the modules purchse order, receiving list, items receipt, sales order ..if anybody involved in the similar project pls send me the test case u wrote and bug u found ... my email id -ranjieni@gmail.com

1 Answers  


What is the difference between user Acceptance testing,alpha testing and beta testing....can anyone tell me in wat order these levels of testin will be done???

4 Answers  


what is the difference b/n DPD(Defect profile document) and TRD(Test Report document).

2 Answers   Zensar,


Explain waterfall model????

7 Answers   TCS,






Hiei have cleared 2technical and hr round at sasken.hr even discussed about salary,he said there would be a client round which final.Can any one tell how to prepare for this round and what type questions i can expect.By the way this job is regarding 1+ exp on mobile app testing

3 Answers   Sasken,


Difference between Stakeholder and Relevant Stakeholder?

0 Answers   Midas Technologies,


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....

0 Answers  


what is stand alone application?

1 Answers  


Can anybody write the test cases for the following scenario. I want to create District. for that, District Code field, District Name field, Reset button, Submit button, Back button are there in the screen. whenever we enter District Code & District Name in the related fields, by clicking on Submit button, District should be created. By clicking on Reset button, all fieds should be cleared. By clicking on Back button, user should navigate to home page. Can you write the test cases for the scenario. I want to know the test case format for the scenario. what procedure is the best. tahnks in advance...

0 Answers  


Explain?V?model?

1 Answers   Covansys,


what is the testing process

2 Answers   ITC Infotech,


Categories