Skip to main content

Questions tagged [test-design]

Use for questions about designing tests, specifically selecting test techniques to use in specific circumstances.

0 votes
1 answer
22 views

How to avoid making lot of mistakes while testing functionality?

How can we avoid mistakes while doing testing specifically black box testing of application..I test a financial web application that deals with lot of funds moving around and financial data in ...
rahul2578's user avatar
0 votes
1 answer
46 views

Test Case Result Chart to multiple Test Suites?

I have recently taken over Test Suite creation for my team and I have encountered a rather annoying and time-consuming issue. We are using Azure DevOps Test Suites. Scenario: Let's say we have 5 Test ...
BCE's user avatar
  • 11
-1 votes
1 answer
32 views

I want to know how to distinguish the blocked test case?

When I execute a test case, I meet a blocked issue 'QP-12' in my test case list. So I can't test cases QP-13 - 17, because there are a series of test cases of 'QP-12'. In this case, to share with QA &...
Seok Hwan Choi's user avatar
0 votes
0 answers
17 views

Contract like test without requests/rpc

I work on a (python) project that both depends and is depended on by other projects all developed in house. Pkg A --> Pkg B --> Pkg C Currently the API usage of Pkg B in Pkg A is only checked in ...
Kajsa's user avatar
  • 109
1 vote
0 answers
26 views

Integration project automation and test strategy

I recently joined a company and will be working on an integration project. The Dev team will be building a solution to replace Excel spreadsheets. Data from multiple spreadsheets will now be displayed ...
C.Me's user avatar
  • 21
-1 votes
1 answer
121 views

Selenium - Page Object Model - Good way to identify page during a dynamic flow

My application has a possible flow to get all info from the user, where at max might consist of pages in the order A->B->C->D->E->F, each page asking for different info until we get to ...
saltine springs's user avatar
0 votes
2 answers
74 views

Login Integration Testing Good and Bad Password

I am writing Cypress Integration Test for UpdatePassword. One reason I wanted one whole test: We had a minor bug before, when the user enters a bad password, and then fixes it up, the Submit Button ...
mattsmith5's user avatar
0 votes
1 answer
33 views

Best way to plug in several sub flows as part of a single one in Cypress?

I am currently working on integrating Cypress e2e tests in our existing CI/CD pipeline (I'm not an automation engineer but a developer). Our application is a fintech app which involves the typical ...
Oscar Calderon's user avatar
1 vote
1 answer
801 views

Is it recommended to use Page object model for cypress E2E test? if not what is the suggested method to adopt

I am new for writing e2e UI test using cypress. But I am uncertain if it's good practice to use page object model, when I repeatedly need to use same elements in different test cases. Does "Aap ...
Maryum Khan's user avatar
1 vote
2 answers
72 views

How do you ensure your 'passing' tests(UI automated) actually pass?

How do you ensure your passing tests(UI automated) actually pass? As automation engineer I think we should question our passing tests in the same spirit as we dig in our failing tests to find out ...
Vishal Aggarwal's user avatar
2 votes
0 answers
133 views

Test automation and test data generation for chatbots how to implement?

Details: Our customer wants complete test automation including test data generation for a chatbot. The test data will probably be provided to us via RestApi. Since we have not completed this area yet, ...
Mornon's user avatar
  • 1,117
1 vote
2 answers
107 views

Should Tester's still focus more on writing Test cases than Exploratory testing? [closed]

I don't focus much on writing hundreds of test cases in any test case management tool. I create my exploratory testing notes which include different test ideas, scenarios, heuristics-based test design ...
user55586's user avatar
0 votes
1 answer
124 views

Is it a good approach to use a core automation framework(jar file) as opposed to creating all classes of framework yourself?

Some teams in an organization use existing core automation frameworks(made in Java). In my case, I converted it to a jar file artifact and then used it in their Selenium project as a local library/...
mahesh234's user avatar
1 vote
4 answers
544 views

How to automate tests for sanitization of user input [closed]

I've checked what is sanitization of user inputs. And now I stuck with idea hot to automate tests for the sanitization of user inputs? I'm new about this topic.
Maryum Khan's user avatar
3 votes
5 answers
213 views

As professional tester what approach/techniques you personally use to find important bugs faster and early in test process?

Background: This is important in general for any testing but I think this is particularly more important in agile when a critical feature is on the line which needs to be released early for various ...
Vishal Aggarwal's user avatar

15 30 50 per page
1
2 3 4 5
36