2

Software Test Engineer Remote Jobs in McAllen, TX

We are looking for Software Engineers that want to help Citamed get to the next level. If working ... Availability to work in San Juan and with remote working options Applicant should also answer the ...

Java Tutor

Edinburg, TX · Remote

$18 - $40/hr

Emphasizes clean code principles and test-driven development, connecting Java to web development, Android applications, and enterprise software engineering. * Curriculum Awareness & Adaptive ...

Geometry Tutor

Edinburg, TX · Remote

$18 - $40/hr

Emphasizes geometric thinking over memorization and connects concepts to architecture, engineering ... Adapts instruction using dynamic geometry software, hands-on manipulatives, and visual diagrams to ...

Software Test Engineer Remote information

See McAllen, TX salary details

$10

$48

$69

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

As of Aug 4, 2026, the average hourly pay for software test engineer remote in McAllen, TX is $48.88, according to ZipRecruiter salary data. Most workers in this role earn between $39.95 and $55.72 per hour, depending on experience, location, and employer.

What does a software test engineer remote do?

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?

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 as a software test engineer remote?

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 McAllen, TX look for? The top searched job categories for Software Test Engineer Remote jobs in McAllen, TX are:
What cities near McAllen, TX are hiring for Software Test Engineer Remote jobs? Cities near McAllen, TX with the most Software Test Engineer Remote job openings:
Infographic showing various Software Test Engineer Remote job openings in McAllen, TX as of July 2026, with employment types broken down into 66% Full Time, 17% Part Time, and 17% Contract. Highlights an 100% Remote job distribution, with an average salary of $101,666 per year, or $48.9 per hour.

Software Engineer

Citamed

San Juan, TX • On-site, Remote

Full-time

Re-posted 3 days ago


Job description

We are looking for Software Engineers that want to help Citamed get to the next level. If working within a Tech Startup, with other professionals that will push you to the limit is what you are searching for... then this is for you!
At Citamed, we strive for excellency at all levels of our business and operations. We pride ourselves for the attention to detail and the quality of our work. Therefore, we are looking for people that:
  • Want to learn about everything... and keep learning... always!
  • Are proactive and dynamic, with good attitudes and like having fun with coding and technology.
  • Extremely passionate about technology, software, and quality.
  • Ability to research, investigate, and study profoundly new technologies and best practices.
  • Be able to manage priorities, constant changes, and new requirements while maintaining a high level of quality and attention to details, due dates, and deliverables.
  • Be organized and able to work under pressure when necessary.

We also have some requirements for the opening:
  • Should have at least 2-3 years of experience in software and applications architecture and development.
  • Fully bilingual (verbal and written).
  • Knowledge of two or more of the following programming languages/frameworks/infrastructure: Visual Basic, C#, MS-SQL, Javascript, Groovy (Java), ReactJS, Amazon Web Services.
  • Availability to work in San Juan and with remote working options
Applicant should also answer the following questions related to the next code snippet.
01> var printers = [];
02> for(var i=0; i<3; i++) {
03> printers[i] = function(){
04> myCoolPrinter(i);
05> };
06> }
07> for(i=0; i<3; i++) {
08> printers[i]();
09> }
10> for(var j=0; j<3; j++) {
11> printers[j]();
12> }
13> function myCoolPrinter(v1){
14> // this function will print "v1"
15> }
DO NOT USE A COMPUTER TO RUN THE CODE ABOVE - we will know :). THE FOLLOWING QUESTIONS SHOULD BE ANSWERED BY MIND.
  1. Briefly describe lines 1-6.
  2. Briefly describe lines 10-12.
  3. Suppose that the function myCoolPrinter will output parameter v1 to the console. What will be the output?

PLEASE USE A COMPUTER TO RUN THE PREVIOUS CODE SNIPPET TO ANSWER THE FOLLOWING QUESTIONS.
  1. Refactor function myCoolPrinter so that it outputs to the console (eg: use console.log). What is the output?
  2. Is the output different to the one in question #3, why?