Posts

Showing posts from March, 2022

Exercise 2: Write use cases for Time and Material module

  Write use cases for Time and Material module

Day 2.5 : What is the difference between test scenario and test case?

Image
  Test Case is ‘How to be tested’ and Test Scenario is ‘What to be tested’ So take a quick look at the  Definition of Test Cases and Test Scenarios: Test Case :  A test case is a set of conditions or variables under which a tester will determine whether an application, software system or one of its features is working as it was originally established for it to do. Test Scenario : The exhaustive testing is not possible due to large number of data combinations and large number of possible paths in the software.  Scenario testing  is to make sure that end to end functionality of application under test is working as expected. Also check if the all business flows are working as expected. In scenario testing tester need to put his/her foot in the end users shoes to check and perform the action as how they are using application under test. In scenario testing the preparation of scenarios would be the most important part, to prepare the scenario tester needs to consult ...

Day 2.4 : What is the difference between a use case and a test case?

Use Cases   and   Test Cases   are two important terms in context of Software Testing. A use case tells how a System will behave or perform a certain task provided the given conditions and a test case contains the actual test data, set of instructions to system and expected result of the interaction with system. Following are the important difference between Use Case and Test Case. Sr. No. Key Use Case Test Case 1 Objective The objective of Use case is to ascertain a certain output after the set of operations. The objective of test case is to ensure that system is working fine for each given instruction and yields the required result. 2 Definition Use case is a representation of actions which describes the behaviour of system to do a particular task. Test case contains the test data, set of instructions to follow and a result(s) of following the instructions. 3 Source Use cases are prepared on requirements. Test cases are prepared on Use cases. 4 Required Requirement docu...

Day 2.3 : What is Bug?

Image
What is Bug? A bug is the consequence/outcome of a coding fault. Defect in Software Testing A  Defect in Software Testing  is a variation or deviation of the software application from end user’s requirements or original business requirements. A software defect is an error in coding which causes incorrect or unexpected results from a software program which does not meet actual requirements. Testers might come across such defects while executing the test cases. These two terms have very thin line of difference, In the Industry both are faults that need to be fixed and so interchangeably used by some of the  Testing  teams. When testers execute the test cases, they might come across such test results which are contradictory to expected results. This variation in test results is referred to as a Software Defect. These defects or variations are referred by different names in different organizations like issues, problems, bugs or incidents. Bug Report in Software Testing A...

Day 2.2 : What is STLC

Image
What is STLC STLC stands for Software Testing Life Cycle . STLC is a sequence of different activities performed by the testing team to ensure the quality of the software or the product. STLC is an integral part of Software Development Life Cycle (SDLC). But, STLC deals only with the testing phases. STLC starts as soon as requirements are defined or SRD (Software Requirement Document) is shared by stakeholders. STLC provides a step-by-step process to ensure quality software. In the early stage of STLC, while the software or the product is developing, the tester can analyze and define the scope of testing, entry and exit criteria and also the Test Cases. It helps to reduce the test cycle time along with better quality. As soon as the development phase is over, the testers are ready with test cases and start with execution. This helps to find bugs in the initial phase. STLC Phases STLC has the following different phases but it is not mandatory to follow all phases. Phases are dependent on...

Day 2.1 : What is SDLC?

Image
What is SDLC?  Software Development Life Cycle (SDLC) is a process used by the software industry to design, develop and test high quality softwares. The SDLC aims to produce a high-quality software that meets or exceeds customer expectations, reaches completion within times and cost estimates. SDLC is the acronym of Software Development Life Cycle. It is also called as Software Development Process. SDLC is a framework defining tasks performed at each step in the software development process. ISO/IEC 12207 is an international standard for software life-cycle processes. It aims to be the standard that defines all the tasks required for developing and maintaining software. SDLC is a process followed for a software project, within a software organisation. It consists of a detailed plan describing how to develop, maintain, replace and alter or enhance specific software. The life cycle defines a methodology for improving the quality of software and the overall development process. The ...

Exercise 1 : Write use cases for Time and Material module

Exercise 1 :  Write use cases for Time and Material module TurnUp portal:  http://horse.industryconnect.io/Account/Login?ReturnUrl=%2f Username: XXXX Password: XXXXXX Navigation: administration > Time & Materials   Use case sheet USE CASES 1. existing user trying to click the button edit 2. existing user trying to click the button delete 3. existing user trying to click the button create 4. existing user trying to click the button navigation 5. existing user trying to click the button refresh 6. existing user trying to click the items per page drop down list 7. existing user trying to click the "Change password" in the drop down list 8. existing user trying to click the "Log Off" in the drop down list 9. existing user trying to sort the data by clicking  each raws in the table

Day 1

Day 1:  Met my lovely classmates  and  our week 1 to 3 teacher Galen Yang. He has a 10 years experience in testing. Task 1 : Define the following          a. What is a client and a server? In testing, client is the one sending the request going to the server/web application. A server is where the web/ desktop application is residing or installed.         b. What is cloud based software? A cloud base software is basically  an application residing or installed  on the cloud. Example of cloud : Azure , AWS , Google        c. What are the different environments in a software development team? Usually there are 3 environment in software  develop.  1. Dev Environment - This environment is solely use by developers. This is were the codes is saved/residing. 2. test  Environment - this environment is solely use by Tester, where they  going to test the a...

Welcome Page

 Welcome to my Blog. My name is JR and I'm  new to the world of testing. In this blog I will share my  testing journey. So a little background, I'm on IT support role for the past 10 years  and  holding a bachelors degree in Information Technology..