Test Environments (Software Testing - Session 88)

preview_player
Показать описание

In this session, I have explained about Test Environments in detailed for Web, Mobile and Desktop applications as part of Software Testing Training series.

Also check our other 30 Plus Full Free Courses below with proper learning order:

#1 Software Testing (Manual) with Live Project

#2 300 Plus Software Testing Interview Questions with Video Answers

#3 170 Plus Software Testing Types

#4 50 Plus Software Testing Tools

#5 Selenium Java (Full Crash Course) - Learn in 30 days

#6 Selenium Java Detailed Course with Live Project

#7 Selenium 4 Java Course (2022-23)

#8 Selenium Java Interview Questions

#9 Core Java Made Easy (Full Course)

#10 150 Java Programs for Interview with Video Solutions

#11 SQL Full Course (Beginners to Advanced)

#12 Python Programming Made Easy (Full Course)

#13 Selenium Python Full Course

#14 Python Interview Questions

#15 Security Testing Basics

#16 Mobile Testing Made Easy

#17 SelectorsHub Full Course for Selenium

#18 JavaScript Made Easy Full Course

#19 CSharp Made Easy Full Course

#20 Basic Web Technologies (HTML,CSS,JS,DOM,XML,SQL)

#21 - Cucumber BDD in Depth (Full Course)

#22 - Extent Reports in Depth (Full Course)

#23 - POI API in Depth (Full Course)

#24 - TestNG in Depth (Full Course)

#25 - API Testing using Postman (Full Course)

#26 - Kubernetes Made Easy (Full Course)

#27 - Docker Made Easy (Full Course)

#28 - New Selenium IDE TNG (Full Course)

#29 - SoapUI Full Course

#30 - Selenium Java - Framework Factory
Рекомендации по теме
Комментарии
Автор

Thanks for sharing. You have a very nice way of teaching. With all due respect, you defined the test environment wrong. Browser is not the test environment, but only a medium to access the test environment. Test Environment is the Particular endpoint DEMO on the web-address, which is a copy/Instance of the original app, deployed at a different endpoint, which has its own databank, and is not connected to the Live System. This enables testers to test functionalities without causing disturbances/changes into the real working live website/App/Software etc.

syedarmaghanhassan
Автор

If the app is already on the web to use in the browser then it is already in production. But in a test environment, then you need to have a WAMP server to store the git project. Then you can use any browser or even a virtual machine to test the WAMP environment.

bryanstark
Автор

Hi @QAFox, i have come across this question in recent interview could you please answer this, How you maintaining test suites in your current automation framework?? TIA

bheemshankar_pk