Posts

Showing posts from March, 2022
  6  What is the purpose of a QA engineer in a software development team? QA Engineer : Is present throughout the entire development process Analyzes and improves the development process Makes sure that the end customer has a good experience with the software
Image
5  What is a use case? The use case is a methodology used in system analysis to identify, clarify and organize system requirements. Use case comprises a set of possible sequences of interactions between the user and the system. It exhibits the real-time interaction between them           Eg: if you are doing online shopping... Industry Connect
Image
4   Why do production and test environments have to be similar? The software requirement developed (Production) should be met with customer requirements. In three cases production server should be similar to the testing environment.  1. Software should be similar on both server 2. Hardware should be similar in both server 3. Data that is used for the business proposal should be similar on both server  Industry Connect
Image
3   What are the different environments in a software development team?   Development environment Testing environment Staging environment Production environment Development environment: The development environment is the first environment in software development that acts as the workspace for developers to do programming and other operations related to the creation of software and/or systems. An integrated development environment (IDE) — a software package with extensive functions for authoring, building, testing, and debugging a program that is commonly used by software developers. Some programming software tools such as Microsoft Visual Studio, Eclipse, NetBeans, and other integrated development environments. Testing environment: The test environment is where testing teams evaluate the application/quality. program This also allows computer programmers to find out and solve any defects that may interfere with the application’s smooth operation or degrade the user experience. The test
Image
2     What is cloud-based software? Cloud-based computing allows users access to software applications that run on shared computing resources (processing power, memory, and disk storage) via the Internet.   Also called Software as a Service, or SaaS. Cloud Computing Examples Software-as-a-Service (Saas): Salesforce. Infrastructure-as-a-Service (Saas): DigitalOcean. Platform-as-a-Service (Saas): AWS. File Sharing + Data Storage: Dropbox. Big Data Analysis: Civis Analytics. Data Governance: Carbonite. Cybersecurity: Forcepoint. Industry Connect
Image
1   What are a client and a server? In general, computing machines connected together on networks can be categorized  into two types, servers and clients. Resources are controlled by the file server in a client/server networker. Clients A client can be a machine or a program A client program is a program that allows the user to make requests A client, whether it is a machine or a program, is an appliance and a way to make requests  through the web Servers A server is a computer program NOT a Device High-performance computers are called servers because they run server programs Severs provide functionality and server other programs called clients A single server can serve multiple clients at the same time. We can run multiple servers on one single machine There are several types of servers: Web servers Apache Serve HTTP requests Database server: A server can contain web resources, host web applications, stores user and program data, etc. It is used to serve hundreds of thousands of
  TEST PLAN A test plan is generally a document that describes the testing approach and methodologies being used for testing the project, risks, scope of testing, specific tools, and so on. It does not usually include specific test case information, as it is a higher level than that.   From the test management tools (Eg- Azure Test management) perspective test plans group test suites and individual test cases together. Test plans include static  test suites, requirement-based suites, and query-based suites. #test #testcase #usecase #intermediate tester #new #to #testing