2

Software Test Engineer Remote Jobs in Springdale, AR

(USA) Senior, Software Engineer

Bentonville, AR · On-site +1

$90K - $180K/yr

... remote work. Role summary: As a Senior Software Engineer, you will lead the delivery of scoped features and solutions by collaborating with cross-functional teams to develop, test, and maintain high ...

(USA) Software Engineer III

Bentonville, AR · On-site +1

$50.50 - $67.75/hr

Software Engineer III About the Role As a Software Engineer III at Walmart, you will design, build ... Write and automate test plans, test cases, and regression suites for largescale eCommerce ...

Senior, Software Engineer

Bentonville, AR · On-site +1

$107K - $141K/yr

This position is not eligible for remote work. The Senior Software Engineer will lead the delivery of scoped features and through collaborative teams, ensuring alignment with platform and business ...

Senior, Software Engineer

Bentonville, AR · On-site +1

$90K - $180K/yr

This position is not eligible for remote work. Role summary: As a Senior Software Engineer at Walmart, you will lead the delivery of scalable software solutions by managing feature implementation ...

This position is not eligible for remote work. Role summary: The (USA) Software Engineer III will ... Create and execute test cases to validate functionality and identify defects, supporting continuous ...

Software Engineer II

Bentonville, AR · On-site +1

$85K - $117K/yr

As a Software Engineer II at Walmart Global Tech, you'll play a pivotal role in designing and building robust backend systems that power seamless digital experiences for millions of customers. You ...

(USA) Data Engineer III

Bentonville, AR · On-site +1

$100K - $120K/yr

Our engineers combine creativity, curiosity, and determination to deliver impactful solutions. As a ... scalable software solutions. * Create proof-of-concepts, test cases, and validation plans.

Senior Project Engineer

Westville, OK · Remote

$85K - $111K/yr

The work model for this role is: Remote {#LI-Remote} This role is contributing to the ... Configure, test, and troubleshoot PLC/HMI, Relays and other control systems * Conduct & Support ...

next page

Showing results 1-20

Software Test Engineer Remote information

See Springdale, AR salary details

$9

$45

$64

How much do software test engineer remote jobs pay per hour?

As of Jul 26, 2026, the average hourly pay for software test engineer remote in Springdale, AR is $45.50, according to ZipRecruiter salary data. Most workers in this role earn between $37.21 and $51.88 per hour, depending on experience, location, and employer.

What are the typical daily responsibilities for a remote Software Test Engineer?

As a remote Software Test Engineer, your daily responsibilities usually include designing, writing, and executing test cases for software applications, reporting and tracking defects, and collaborating with development teams to ensure quality standards are met. You may also automate repetitive tests using various tools, participate in virtual team meetings, and review documentation or requirements to gain a clear understanding of what needs to be tested. Regular communication and status updates are key, as is proactive problem-solving to address issues promptly. The remote nature of the role means you'll need to be highly organized and comfortable working independently while engaging with colleagues through digital collaboration platforms.

What is a Software Test Engineer Remote job?

A Software Test Engineer Remote job involves testing software applications to identify bugs, ensure functionality, and verify that they meet quality standards—all while working from a remote location. Responsibilities typically include writing test cases, executing manual and automated tests, reporting defects, and collaborating with developers to resolve issues. Remote test engineers use various testing tools and frameworks to perform testing efficiently. Strong communication skills are essential to coordinate with distributed teams. This role is ideal for detail-oriented professionals who enjoy problem-solving and improving software quality.

What are the key skills and qualifications needed to thrive in the Software Test Engineer Remote position, and why are they important?

To thrive as a Software Test Engineer Remote, you need a solid understanding of software development life cycles, test case design, automation tools, and relevant programming languages, often supported by a degree in computer science or a related field. Familiarity with testing frameworks like Selenium or JUnit, version control systems such as Git, and certifications like ISTQB are commonly expected. Excellent communication, self-motivation, and strong analytical skills are crucial for effective remote teamwork and issue resolution. These abilities ensure thorough software quality assurance, efficient collaboration across distributed teams, and the delivery of reliable products.

What job categories do people searching Software Test Engineer Remote jobs in Springdale, AR look for? The top searched job categories for Software Test Engineer Remote jobs in Springdale, AR are:
What cities near Springdale, AR are hiring for Software Test Engineer Remote jobs? Cities near Springdale, AR with the most Software Test Engineer Remote job openings:
SDET (Android Automation)

SDET (Android Automation)

3B Staffing LLC

Bentonville, AR • Remote

Full-time

This job post has expired today. Applications are no longer accepted.


Job description

Manager is looking for a strong Automation SDET. Just need the coding challenge below completed.
PLEASE TELL CANDIDATES TO CODE VERY WELL AS IT WILL SERVE AS THE FIRST ROUND OF INTERVIEW.
Here are the instructions for the exercise:
"Can you have the candidates complete this home-based assignment and send me the results as a zip file or a google drive link of the project, please. We can review the results and decide for further rounds.
Task:
Unit tests
1. Write tests for SearchCountryUseCase class. Make sure that all cases are covered. Recommended to use Parametrized test.
2. Write tests for CountriesViewModel. Highly recommend covering search functionality.
Ui tests
3. Write tests for CountryDetailsFragment.
4. Write tests for CountryFragment.
Recommendation:
• use Roboelectric to run ui tests on JVM Environment.
• use Espresso to verify views.
• cover androidx navigation calls.
Test coverage:
To verify test coverage run next commands:
• for domain module: ./gradlew :domain:koverHtmlReport. Report will be generated in */domain/build/reports/html-result/index.html
• for presentation module: ./gradlew :presentation:koverHtmlReportDebug. Report will be generated in */presentation/build/reports/kover/htmlDebug/index.html