Friday 14 June 2013

Web Testing Interview Questions Answers

Web Testing Interview Questions Answers

web-testing-interview-questions

What is Web application?

  • It is Software application that is accessed over a network such as the Internet or an intranet through a web browser. Web application provides services (Free and Paid) apart from information. Ex: Online Banking System it provides Bank information, Branches & ATM Information, Loans information etc…And It provides balance enquiry, Fund transfer, Bill payments like services.

What is Web browser?

  • Web browser is a software application used to locate, retrieve and also display content on the World Wide Web, including Web pages, images, videos and other files. Examples: Google Chrome, Mozilla Firefox, Internet Explorer, Opera, Safari.

What is website?

  • Basically website is an information provider; it provides information globally using internet protocols.

What is WWW?

  • The term WWW refers to the World Wide Web or simply the Web. The World Wide Web consists of all the public Web sites connected to the Internet worldwide, including the client devices (such as computers and cell phones) that access Web content. The WWW is just one of many applications of the Internet and computer networks.

What is Web portal?

  • Web portal is a business gateway, It organizes business operations. Ex: Online shopping portals, Job portals etc…

What is Web server?

  • Web server handles Clint side and server side validations and helps to deliver Web content that can be accessed through the Internet protocols. Examples: Microsoft IIS (Internet Information Service) Apache Web server from Apache Java Web server Pramathi web server etc…

How to perform Web Services Testing?

  • A Web Service is a service accessed via Web. Web Service is a way to publish your application over web and enable other applications to access functions defined by your web service. Web services exposes an interface defined in Web Services Description Language (WSDL).

How to test Web Forms manually and using QTP Tool?

  • Web forms have 2 types of validations;
    • a) Field level validations
    • b) Field level validations
Using Black Box test design techniques we can test web forms manually
Using Conditional statements and built-in functions we can test web forms (Using QTP)

What are possible configurations that could affect the testing strategy of any web site?

  • Possible configurations that affect the testing strategy of any web site are hardware platform (PC, Mac), Browser software and version, Browser Plug-Ins, Browser settings options, Video resolution and Colour Depth, and text size.

What are the advantages of web applications than GUI based applications?

  • Only server side installation, client side installation is not mandatory, so deployment and maintenance is easy.It can be accessible anywhere, anytime via a PC with an Internet connection.The user interface of web-based applications is easier to customize than it is in GUI applications. Content can also be customized for presentation on any device connected to the internet, including PDAs, mobile phones etc…Supports thousands of clients effectively Adding and removing clients is very easy.

What are the different types of environments available in the Web?

Intranet (Local Network)Internet (Wide area Network)Extranet (Private network over Internet)

We have different types of web applications available in the Industry?

  • a) Websites  Ex: http://www.aurobindo.com/, http://www.pennacement.com/ etc…
  • b) Web portals  Ex: http://www.ebay.in/, http://www.naukri.com/ etc…
  • c) Web Applications  Ex: www.icicibank.com/, http://www.sunlife.com/ etc…
  • d) Email Service providers  Ex: www.gmail.com, www.yahoo.com, www.rediffmail.com etc…
  • e) Social Networks  Ex: www.facebook.com, www.twitter.com, www.linkedin.com etc…
  • f) Discussion Forums Etc…  Ex: www.top100interviewquestions.com

What are the important aspects in Web testing?

  • Functional Testing (includes links testing, navigation testing etc…),
  • Security Testing,
  • Database Testing (includes Data integrity, data manipulations, data retrievals etc..),
  • Performance Testing (includes all types of performance like Load Testing, Stress Testing, Spike Testing, Endurance Testing and Data volume Testing),
  • Usability Testing,
  • Navigation testing,
  • Configuration Testing,
  • Compatibility Testing,
  • Reliability Testing,
  • Availability Testing,
  • Scalability Testing Etc…

What are the important web testing activities?

  • Forms validation
  • Links validation
  • Database testing
  • Navigation testing
  • Performance (Load, Stress and Endurance)
  • Search operations validation Etc…

What is application server?

  • Application Server also called an appserver, It is a program that handles all application operations between users and an organization’s back-end business applications or databases.

What is Client side validation?

  • Validating client side forms, which is typically done by Java Script. Generally it checks weather the user is entering correct form of data or not? and entering all mandatory fields or not? Client site validation is 2 types One is Field level validation another is Form level validation.

What is Cookies Testing?

  • A “cookie” is a small piece of information that sent by a web server to store on a web browser so it can later be read back from that browser. This is useful for having the browser remember some specific information.

What is database server?

  • Database server is used to refer to the back-end system of a database application using client/server architecture. The back-end, sometimes called a database server, performs tasks such as data design, storage, data manipulations, archiving, and other non-user specific tasks. Examples: Oracle, MS SQL Server, MySQL (Open source), IBM DB2 etc…

What is difference between client server and Web Testing?

  • The difference between client server and Web Testing: In client server application you have two different components to test. Application is loaded on server machine while the application exe on every client machine. You will test broadly in categories like, GUI on both sides, functionality, Load, client-server interaction, back-end. This environment is mostly used in Intranet networks. You are aware of number of clients and servers and their locations in the test scenario. Web application is a bit different and complex to test as tester don’t have that much control over the application. Application is loaded on the server whose location may or may not be known and no exe is installed on the client machine, you have to test it on different web browsers. Web applications are supposed to be tested on different browsers and OS platforms so broadly Web application is tested mainly for browser compatibility and operating system compatibility, error handling, static pages, back-end testing and load testing.

What is extranet application?

  • It is also a private application over internet, can be accessed by fixed machines only. It uses Wide area network and Internet Protocol technology to share information.

What is HTML?

  • HTML stands for Hyper Text Markup Language, it is for displaying web pages and other information. Basically it is data presenter in the web.

What is HTTP?

  • Hyper Text Transfer Protocol, the data transfer protocol used on the World Wide Web.

What is HTTPS?

  • HTTPS stands for Hypertext Transfer Protocol Secure is a widely-used communications protocol for secure communication over a computer network.

What is internet application?

  • Generally it is a public web application, uses Wide area network. It can be accessed from anywhere.

What is intranet application?

  • It is a private application, can be accessed within the Organization only. It uses Local /Private Network and Internet Protocol technology to share information.

What is purpose of Java Script in the Web?

  • It is for performing client side validations.

What is Server side validation?

  • Validating, processing client requests and providing response from the Server.

What is the difference among Intranet, Internet and Extranet web applications?

  • Intranet: It is a private network(Within the Organization) uses LAN/MAN Technologies
  • Internet: It is a Public network uses WAN Technology
  • Extranet: It also private network over Internet

What is the difference between desktop application testing and web testing?

  • Desktop testing is standalone testing. Desktop need not worry about number of user etc. Web testing is related to client server. Web testing needs to have many testing’s like usability, GUI, and Load Testing.

Which different test scenarios will you consider when you are testing a website?

  • The first scenario to be tested is the GUI. The page layout and the design elements used on the website have to be uniform throughout the website. The next part to be tested is the different links provided inside the website. Along with the links, it will also have to be tested, whether internal navigation is smooth and also check if it is complex. The next important aspect to be checked is the response time of the website. This will also have to checked, when there is heavy load on the system.

Explain the difference between authentication and authorization during web testing?

  • Authentication is the process with which the system identifies the user. The goal is to ensure that the user is indeed a user, who he claims to be. There are different types of authentications, which can be used like password based authentication, device based authentication, etc. On the other hand, authorization is the process after the authentication process. In this process the system will decide whether a particular task can be performed by the user, does he have the necessary permissions, etc

Which are the different test case formats that are a part of web testing?

  • The test case formats will vary depending on whether the website is a static website or a dynamic website. The static website will have the front end test cases, navigation test cases. On the other hand, if the website is a dynamic website, then the test cases will be broadly divided under front end test cases, back end test cases, field validations test cases, database test cases, security test cases, etc

Which are the HTTP Response Objects?

  • Some of the HTTP Response Objects are write, flush, tell, etc. The subclasses of HTTP Response are HttpResponseRedirect, HttpResponsePermanentRedirect, HttpResponseBadRequest, HttpResponseNotFound, etc.

What is a proxy server?

  • A proxy server is a server, which behaves like an intermediary between the client and the main server. Therefore, the requests onto the main server are first sent to the proxy server from the client system, which are then forwarded to the main server. The response from the main server is sent to the client through the proxy server itself. The request and/or the response may be modified by the proxy server depending on the filtering rules of the server

Is usability testing possible while testing a website?

  • Usability testing is indeed an important part of web testing. In usability testing, it is checked, whether the website is user-friendly. Is it possible for the user to move around easily within the webpage? Is there any sort of ambiguity on the webpage, which can hinder the user experience?

While testing a website, which are the different configurations which will have to be considered these configurations may demand for change in strategy of the webpage.

  • The most important factor that needs consideration is the hardware platform, while some may use the Mac platform, some may use Linux, while others may use Microsoft platform. The next comes the browsers and their versions into the picture. Along with the browser versions, the different Plug-Ins also have to be taken into consideration. The resolution of the monitor also with color depth and text size are some of the other configurations.

Which are the common browsers, where a web application should be tested?

  • The browsers that are commonly used are Mozilla Firefox, Google Chrome, Internet Explorer and Opera. Therefore, a web application must be tested on these browsers as well.

How are the static websites different than the dynamic websites?

  • Static websites only give out information to the user and the user does not have any sort of interaction with the website. On the other hand, dynamic websites are the ones, where the user communicates with the system and is asked for information. On providing the required information, he may be able to retrieve the information he is looking for.

What are the common problems faced in web testing?

  • The most common problem faced during web testing is the server problem. The server can either be down or it can be under maintenance. The next problem, which is often faced in web testing is database problem, where the connection to the database can be broken. In some cases, there can be hardware compatibility problems, when one is testing a web application.

What is the purpose of VbScript in the Web?

  • It can be used for client side validations as well as Server side validations.

What is Web Services?

  • Web services are application components, communicate using open protocols and these can be used by other applications. XML is the basis for Web services SOAP (Simple Object Access Protocol), UDDI (Universal Description, Discovery and Integration) and WSDL (Web Services Description Language) are the Web services platform elements.

What the latest web technologies do you know?

  • Latest web technologies are: The main three web tracks:
    • 1. Microsoft ASP.Net Track + SQL Server database engine (IDE: Expression Web, Visual Studio).
    • 2. Oracle Java Track + Oracle database engine (IDE: NetBeans, Eclipse).
    • 3. PHP Track + MySQL database engine (IDE: Zend Studio, DreamWeaver). There are many new concepts and enhanced methodologies like Ajax, JQuery, JSON, and so on.

What types HTTP Response Codes do you know?

  • Types of HTTP Response Codes are:
2xx – success,
3xx – Redirection,
4xx – Client Error,
5xx – Server Error

What types of web testing security problems do you know?

  • Types of web testing security problems are: Denial of Service (DoS) attack, buffer overflow etc…

17 comments:

  1. This is a very very good post, really helpful !!

    ReplyDelete
    Replies
    1. Software Testing Tutorials - Manual And Automation Questions Answers: Web Testing Interview Questions Answers >>>>> Download Now

      >>>>> Download Full

      Software Testing Tutorials - Manual And Automation Questions Answers: Web Testing Interview Questions Answers >>>>> Download LINK

      >>>>> Download Now

      Software Testing Tutorials - Manual And Automation Questions Answers: Web Testing Interview Questions Answers >>>>> Download Full

      >>>>> Download LINK BS

      Delete
  2. Nice Post.. really helpful to clear my small concepts. thanks :)

    ReplyDelete
  3. really superb its helps me alot for my technical interview.

    ReplyDelete
  4. As an developer I have come across these interview questions a number of times and I agree that they are frequently asked by interviewers. So I definitely think this post is much useful to novice.

    ReplyDelete

  5. thanks for the shared such a informative information.

    Thanks
    Cpa offers

    ReplyDelete
  6. XML Conversion Services - Convert your data to XML at affordable rates by our XML conversion service. Call us for your XML Conversion Services need.

    ReplyDelete
  7. Very Good Blog. Highly valuable information have been shared.Great information has been shared. We expect many more blogs from the author. Special thanks for sharing..
    software testing services
    software testing companies
    Regression testing services
    Performance testing Services
    Test automation services

    ReplyDelete
  8. These are great questions and topics related to software testing. However I don't think that they're the best representation of actual interview questions. Mainly because most interviewers will also give you some practical testing tasks in order to evaluate your skills. For example like some of these web testing interview questions: https://www.testdome.com/d/web-testing-interview-questions/672

    ReplyDelete
  9. I like your post there is a lot of information about software testing, which i would like to learn, thank you for the great guide. Very useful post and I think it is rather easy to see from the other comments as well that this post is well written and useful. I bookmarked this blog a while ago because of the useful content and I am never being disappointed. Keep up the good work.. QA Services

    ReplyDelete

  10. Thanks for sharing this informative content , Great work
    To crack scrum master interview : Scrum Master Interview Questions

    ReplyDelete

  11. This blog will help to get more ideas. This is very helpful for Software Testing learners. Thank you for sharing this wonderful site. If someone wants to know about Software QA services this is the right place for you Software QA Companies. Visit here

    21 CFR Part 11 Compliance Testing

    HIPAA Validation Services

    Pci Compliance Testing services

    ReplyDelete
  12. Software Testing Tutorials - Manual And Automation Questions Answers: Web Testing Interview Questions Answers >>>>> Download Now

    >>>>> Download Full

    Software Testing Tutorials - Manual And Automation Questions Answers: Web Testing Interview Questions Answers >>>>> Download LINK

    >>>>> Download Now

    Software Testing Tutorials - Manual And Automation Questions Answers: Web Testing Interview Questions Answers >>>>> Download Full

    >>>>> Download LINK s1

    ReplyDelete

Share your feedback and queries here. Your feedback are more valuable to us!