Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [test-automation-framework]

A test automation framework provides a superstructure for automated tests. The superstructure may include APIs, coding practices, ways to structure and run the automated tests.

-2 votes
0 answers
4 views

Why test automation is important?

How does test automation enhance today's software development environment? How can automation significantly enhance testing efficiency, reduce human error, and speed up release cycles? By implementing ...
Shanu Thakur's user avatar
-1 votes
0 answers
7 views

Embeding multiple screenshots to a single Step in cucumber-Playwright report

I am doing POM using cucumber/playwright. I am taking screensots BeforeStep and AfterStep hence I get two screenshots. How can I embed these two screenshots in reports to the same step?
Ajay Kumar Prajapati's user avatar
0 votes
2 answers
117 views

How to use java classes of one Selenium project into Another project in Eclipse?

I have around 10 Selenium/Java projects in Eclipse IDE and there is "utils" package and Automation framework classes that i manually copied to all projects and all those have different ...
qa235's user avatar
  • 1
0 votes
2 answers
735 views

Cypress.js : How to change default path for your e2e tests?

in v13.3.0, after you install Cypress.js into your repo, it creates these four default directories: /cypress/e2e /cypress/fixtures /cypress/support /cypress/downloads the first one is where it ...
secretAgent's user avatar
0 votes
0 answers
28 views

Seeking Suggestions for Automating a Smart TV App in a CI/CD Pipeline with Broad Device Coverage

We have a client who wishes to automate their Smart TV app within a CI/CD pipeline and aims to cover as many devices as possible. Currently, I am the sole QA on this project and am exploring setup ...
Kate Velasquez's user avatar
1 vote
1 answer
818 views

How to share data between steps in Cucumber feature file?

I am designing automation scripts using the REST APIs, RestAssured with Cucumber BDD framework. I have multiple APIs where one API's response is used as a parameter in another API. Here is my feature ...
iAutomate's user avatar
  • 359
0 votes
1 answer
247 views

How to resolve "Error: TypeScript compilation failed." issue in Gitlab CI?

I'm trying to learn to create a pipeline in Gitlab. All my tests fail because of the compilation issue. My code is included below along with the error message. import loginPage from "../...
Syrus's user avatar
  • 1,197
1 vote
4 answers
140 views

Choosing Testing tools against multiple programming languages

I have a few questions in regards to setting up/deciding automation frameworks against microservice architecture OR codebases that span various programming languages. Specifically in this "...
Mercfh's user avatar
  • 1,720
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 votes
1 answer
1k views

How to connect with Mysql db using Cypress 12?

I want to connect to Mysql DB in the server to delete several records. I have tried using some of the tutorials and answers available. Since all of them are regarding older versions of Cypress, I can'...
Syrus's user avatar
  • 1,197
2 votes
2 answers
641 views

How to validate if .txt file format is correct as a part of File processing in Automation framework?

In my Selenium+Java automation framework, I need to open a .txt file or any other extension file and then see if the text is in a particular format. Now, I need to see if all lines are in this format ...
test0023's user avatar
1 vote
1 answer
116 views

How do I effectively measure the level of impact of test automation within a Safe Scrum environment?

Details: Currently we are within a Safe Scrum environment and have already automated much of manual testing. However, we would like to measure the effectiveness and coverage of test automation across ...
Mornon's user avatar
  • 1,117
0 votes
2 answers
139 views

What is the general structure of an automation framework built in Selenium Java Cucumber BDD?

I am a complete newbie in Selenium and test automation. What is a general structure of Java Automation Test, using a Behavior-Driven Development (BDD) framework in Cucumber. Additionally, could you ...
tester232'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
2 answers
1k views

Is there any way to import postman collection into playwright?

Details: We have several thousand APIs in various postman collection. Our customer wants to have them customized accordingly, towards E-2-E testing. The customer would like to use Playwright for ...
Mornon's user avatar
  • 1,117

15 30 50 per page
1
2 3 4 5
29