Mirza Sisic
Senior Test Analyst
I am Open to Write, Speak, Mentor, Podcasting
I'm a tech geek, casual gamer, and sci-fi enjoyer. I love talking about software testing and being part of the testing community.

Achievements

Career Champion
Club Explorer
Bio Builder
Avid Reader
TestBash Trailblazer
Article Maven
MoT Community Certificate
Scholarship Hero
Trend Spotter Bronze
TestBash Speaker
Meetup Organiser
MoT Streak
Glossary Contributor
Photo Historian
Cert Shaper
Author Debut
Cognitive biases in software testing
Introduction to software development and testing
Introduction to modern testing
Bug reporting 101
Introduction to HTTP
Coding for non-coders
Let's build an API checking framework
Introduction to Java
Optimising manual test scripts for an agile environment
A beginner's guide to mobile testing
99 and Counting
Social Connector
Open to Opportunities
Found at 404
Picture Perfect
Story Sharer

Certificates

MoT Community Certificate image
  • Mirza Sisic's profile
Awarded for: Achieving 5 or more community stars

Activity

Learners and Teachers now earn stars image
Learners and Teachers now earn stars
Apply autism-aware design principles to improve software usability for autistic and neurodivergent people. image
Apply autism-aware design principles to improve software usability for autistic and neurodivergent people.
Learn how to build security into your day-to-day testing! image
Learn how to build security into your day-to-day testing!
Mirza Sisic
Mirza Sisic
achieved:
This badge is awarded to members who complete the Introduction to Java course. image
This badge is awarded to members who complete the Introduction to Java course.
Mirza Sisic
Mirza Sisic
achieved:
This badge is awarded to members who complete the Coding for non-coders course. image
This badge is awarded to members who complete the Coding for non-coders course.

Contributions

Getting paid what you are worth as a software tester image
  • Mirza Sisic's profile
Recognise your true value as a tester, navigate salary negotiations with confidence, and make the most of benefits beyond pay
Explain your job as poorly as possible! image
  • Mirza Sisic's profile
There was a post on social media where people were asked to describe their job as poorly as possible. I said I basically click things and pester people with questions! How would you describe you...
STEC is complete 🎉: 19 modules, 59 voices, and a jam packed portfolio to show your growth image
  • Louise Gibbs's profile
  • Julia Pottinger's profile
  • Jesper Ottosen's profile
  • Suman Bala's profile
  • Jenny Bramble's profile
  • Philippa Jennings's profile
  • Rosie Sherry's profile
  • Hanisha Arora's profile
  • Rabi'a Brown's profile
  • Ben Dowen's profile
  • Mark Winteringham's profile
  • Daniel Knott's profile
  • Veerle Verhagen's profile
  • Scott Kenyon's profile
  • Rahul Parwal's profile
  • Janet Gregory's profile
  • Parveen Khan's profile
  • Oleksandr Romanov's profile
  • Melissa Fisher's profile
  • Hilary Weaver's profile
  • Dan Ashby's profile
  • Joyz Ng's profile
  • Brittany Stewart's profile
  • Karen Tests Stuff's profile
  • Christine Pinto's profile
  • Maaike Brinkhof's profile
  • Elizabeth Zagroba's profile
  • Kat Obring's profile
  • Richard Adams's profile
  • Manish Saini's profile
  • Lisa Crispin's profile
  • Simon Tomes's profile
  • Nataliia Burmei's profile
  • James Wadley's profile
  • Marie Cruz's profile
  • Emily O'Connor's profile
  • Beren Van Daele's profile
  • Emna Ayadi's profile
  • Callum Akehurst-Ryan's profile
  • Mirza Sisic's profile
  • Gwen Diagram's profile
  • Ash Winter's profile
  • Maddy Kilsby-McMurray's profile
  • Ady Stokes's profile
  • Mahathee Dandibhotla's profile
  • Cassandra H. Leung's profile
  • Aj Wilson's profile
  • Jesse Berkeley's profile
  • Barry Ehigiator's profile
  • Sarah Deery's profile
  • Jenna Charlton's profile
  • Beth Marshall's profile
  • Nicola Lindgren's profile
  • Judy Mosley's profile
  • Lewis Prescott's profile
  • Lena Nyström's profile
  • Melissa Eaden's profile
  • Hanan Ur Rehman's profile
Eighteen months, 19 modules, and 59 amazing contributors later, the MoT Software Testing Essentials Certification is complete! Looking back, my favourite part has been seeing so many community m...
Module 18 is now live in the MoT Software Testing Essentials Certificate! image
  • Marie Cruz's profile
  • Mirza Sisic's profile
  • Hanisha Arora's profile
  • Manish Saini's profile
During filming for Module 18 of the MoT Software Testing Essentials Certificate, Marie Cruz put a demo e-commerce site through its paces with a k6 Studio load test and managed to reveal a hidden we...
Low-code test automation tools: First impressions and recommendations for beginners  image
  • Mirza Sisic's profile
Evaluate the pros and cons of low-code automation tools through a tester’s hands-on experience selecting a solution
Low-code test automation tools image
  • Mirza Sisic's profile
Low-code test automation tools are software solutions that allow users to create, manage, and execute automated tests with minimal to no traditional programming knowledge. They achieve this by using:  Visual interfaces: Often drag-and-drop elements, flowcharts, or graphical editors.  Record-and-playback: Users perform actions on the application, and the tool records these actions to generate test steps.  Pre-built components and templates: Reusable modules for common testing scenarios.  AI/ML capabilities: For features like self-healing tests (automatically adapting to minor UI changes) and smart locators (intelligently identifying elements).  This approach empowers a wider range of team members, including manual testers, business analysts, and product managers, to contribute to test automation, speeding up the testing process and improving overall software quality. 
Scope creep image
  • Mirza Sisic's profile
In software development, scope creep refers to the uncontrolled and gradual growth of a project's requirements, features, or work beyond what was originally agreed upon. This often happens without proper evaluation, documentation, or adjustment to the project's budget, resources, or timeline. Managing scope creep is important as it helps us minimize delays in project delivery, misunderstandings, and breaches of deadlines.
SMART criteria image
  • Mirza Sisic's profile
SMART is an acronym for a widely used goal-setting framework. It’s short for:  S - Specific: Goals should be clear, well-defined, and unambiguous. They answer the "who, what, where, when, why, and how" of the objective.  M - Measurable: Goals must have measurable indicators to track progress and determine when they've been achieved. This involves setting metrics or benchmarks.  A - Achievable: Goals should be realistic and achievable given available resources, time, and capabilities. While challenging, they shouldn't be impossible.  R - Relevant: Goals should align with broader objectives, values, and the overall mission. They should make sense in the context of the larger picture.  T - Time-bound: Goals need a defined deadline or timeframe for completion. This creates urgency and provides a target for completion.  These are often used so individuals and organizations can set more focused, actionable, and trackable goals, increasing their chances of success and making things like performance evaluation easier.
Automated checks image
  • Mirza Sisic's profile
Automated checks in software testing are essentially tests executed by software tools rather than human testers. These checks automatically compare the software's actual behavior against expected outcomes, often defined in scripts. They are designed to be repeatable and efficient and can cover various aspects of an application, from functionality and performance to security.Ultimately, automated checks aim to provide faster feedback on software quality and improve testing efficiency. It is best to use them when outcomes are predictable and the feature we cover has been stable for a while. 
Incident Logs image
  • Mirza Sisic's profile
What are incident logs?  These types of logs boil down to detailed records of unexpected errors, and deviations from expected system behavior, that we discover while testing or even in the live environment. Incident logs can be used to identify new risks, keep track of them, give us insight into what needs resolving, and generally help us improve the quality of our product.
Risk Policy image
  • Mirza Sisic's profile
A risk policy is a set of rules, guidelines, and procedures that are meant to help us identify, determine, and deal with risks related to software development and testing. Risk policy can help us make more informed decisions regarding resource allocation and prioritisation of our testing efforts.
Risk Matrix image
  • Mirza Sisic's profile
The risk matrix serves to give us a visual representation of the relation between the likelihood of a risk occurring and the ramifications of its potential impact. Each risk is given a rating of the impact of the risk occurring and how likely it is to occur. The most essential components of the risk matrix table are the likelihood of the risk occurring and its potential impact. Each cell in the table represents a different level of risk.(Module 6 STEC)
Login or sign up to create your own MoT page.
Subscribe to our newsletter
We'll keep you up to date on all the testing trends.