-
What is Web Testing?
-
What are the different types of Web Testing?
-
What are the challenges in Web Testing?
-
What are the main components of a web application to test?
-
How is Web Testing different from Desktop Application Testing?
-
What is client-server architecture?
-
What is the difference between static and dynamic web pages?
-
What is a URL and how does it work?
-
What are HTTP and HTTPS protocols?
-
What is SSL, and why is it important in web testing?
-
What are cookies and how do you test them?
-
What are sessions and how do you test session timeout?
-
How do you test web page responsiveness?
-
What are the key differences between web app and website?
-
What is CORS and how is it tested?
-
How do you test APIs in web applications?
-
What is the difference between frontend and backend testing?
-
What is DOM and how does it impact testing?
-
What are MIME types and how do you validate them?
-
What tools do you use for web testing?
-
What is functional testing in web applications?
-
How do you test links in a website?
-
How do you test forms (login, registration, contact)?
-
How do you validate email and password fields?
-
What is input validation and how is it tested?
-
What are positive and negative test scenarios?
-
How do you test dropdowns, checkboxes, and radio buttons?
-
How do you test search functionality?
-
What is captcha testing and how do you handle it?
-
What are boundary value and equivalence partitioning techniques?
-
How do you test dynamic content loading (AJAX)?
-
How to test user authentication and authorization?
-
How do you handle pop-ups and alert boxes during testing?
-
How do you verify redirections?
-
How do you test file upload/download features?
-
What is performance testing in web apps?
-
How do you test scalability?
-
What is load testing and which tools are used?
-
How is stress testing done for a web app?
-
What is usability testing?
-
How do you test a web app for accessibility?
-
What is localization and globalization testing?
-
How do you test SEO aspects of a website?
-
What is reliability testing?
-
What is compliance testing?
-
What are the OWASP top 10 and how are they tested?
-
What is security testing for web apps?
-
How do you test password encryption and data security?
-
How to test session hijacking and cookie theft?
-
What is cross-site scripting (XSS) and how do you test it?
-
What is SQL Injection and how do you test for it?
-
What is CSRF and how can it be prevented/tested?
-
How do you test firewall/proxy issues?
-
How do you test rate-limiting or throttling?
-
What is penetration testing?
-
What is cross-browser testing?
-
Which browsers do you consider for testing?
-
How do you test responsiveness across devices?
-
What are the tools used for cross-browser testing?
-
What are common rendering issues in different browsers?
-
How do you test for mobile browsers?
-
What is the role of emulators and simulators?
-
What are browser developer tools and how do you use them?
-
How do you handle browser-specific JavaScript/CSS issues?
-
What is progressive enhancement vs graceful degradation?
-
What are the benefits of automating web testing?
-
Which frameworks do you use for web automation?
-
What is Selenium and how does it work?
-
What is XPath and CSS Selector?
-
How do you handle waits in Selenium?
-
How do you manage dynamic elements?
-
How do you run parallel tests?
-
What is headless browser testing?
-
How do you use CI/CD in web testing?
-
What are Page Object Models (POM)?
-
How do you manage test data for web automation?
-
How do you perform regression testing using automation?
-
What is BDD and how is it used in web testing?
-
How do you generate test reports?
-
What are some common automation testing challenges?
-
What is API Testing in the context of web testing?
-
How do you test REST APIs?
-
What tools are used for API testing?
-
What is Postman and how do you use it?
-
How do you validate JSON and XML responses?
-
How do you test status codes and headers?
-
How do you automate API tests?
-
How do you test API rate limits and pagination?
-
How do you handle OAuth in web services testing?
-
How do you perform contract testing for APIs?
-
How do you test an e-commerce website?
-
How do you test a multi-language website?
-
How do you test payment gateway integration?
-
How would you test a single-page application (SPA)?
-
What are common bugs found in web testing?
-
How would you test an online chat support feature?
-
How would you test Google Maps embedded in a website?
-
How would you test a blog with user comments?
-
How would you handle flaky tests?
-
How do you plan and execute end-to-end testing of a web application?