Sponsored Ad

Sunday, March 14, 2010

Website Testing Interview Questions

Q. How can you test a website or a web application manually without using any automation tool?

We can test web applications and website manually but it can be error prone and time consuming. while using automation tools can give us lot of flexibility and stability. for automation tools we can use QTP or win runner.

Q. what is mean by client and server?

When software provide a screen to access on client machine and all logic runs on server, The same application is called client server model.

Q. How to test Browser compatibility testing
Testing the web application with multiple browsers (like IE,Netscape navigator,Mozilla Firefox etc) is called browser compatibility testing.

Q. What are problems while testing web application?
server problems(ie server down or under maintenance)Hardware problems
DataBase problems
Client machine do not have specific configurations
Browser compatibility

Q. Difference between CLENT-SERVER application and a WEB application testing?

Web Server
1. Web server serves pages for viewing in different web browsers.
2. Web server exclusively handles http requests and give response to requests.
4. Web Server serves static HTML pages or gifs, jpegs, etc., and can also run code written in CGI, JSP etc.

Application server
1. Application Server provides exposes business logic for client applications through various protocols
2. Application server is more capable of dynamic behavior than webserver. We can also change the configuration settings of application server to work as a webserver.
3. An Application Server run all the business logic.

Q. How to launch a application in winrunner using a command?

invoke_application("file_path"," "," ","sw-show)
system.util.run("file_path")
these are 2 commands is used to launch application in Winrunner from command. press F7 in Winrunner search for invoke command.

Q. What is the test cases for URL Testing?

Test Objective/Description  -- To Verify the URL Address
Test Procedure/Steps -- 1. Open Internet Explorer. > 2. Enter valid URL in address box. > 3. press Enter.
Expected Result -- URL should be open with website properly.
Actual Result -- URL Open properly.
Comment -- Mention comments

Q.What is the popular scenarios to test a website?

These are popular scenarios:
1.Functionality testing
2.Performance Testing
-Load and Stress testing
3.Security Testing
4.Usability Testing
5.Compatibility Testing
6.Interface Testing

0 comments:

Post a Comment

Sponsored Ad

Related Software Testing Articles

Development Updates

Tech Updates