Browse
···
Log in / Register

Sr. QA Engineer (Torrance)

Negotiable Salary

15223 S Raymond Ave, Gardena, CA 90247, USA

Favourites
Share

Description

• Collaborates with the development team and stakeholders to understand project requirements and specifications. Develop test plans, test strategies, and test cases to ensure comprehensive test coverage. • Execute manual and automated tests to verify software functionality, identify defects, and ensure adherence to quality standards. Perform functional, integration, regression, performance, and usability testing as necessary. • Document and track defects found during testing, and work closely with the development team to ensure timely resolution. Conduct root cause analysis and help identify corrective actions to prevent similar issues in the future • Develop and maintain automated test scripts using testing frameworks, tools, and programming languages • Set up and configure test environments, including hardware, software, and network configurations • Create and manage test data to ensure proper coverage and accuracy during testing. Identify and secure sensitive or confidential test data as required • Prepare and maintain test documentation, including test plans, test cases, test scripts, and test reports. Provide accurate and detailed reports on test results, metrics, and overall quality status to stakeholders. • Collaborate with cross-functional teams, including developers, business stakeholders, and business analysts, to ensure a shared understanding of requirements and quality expectations. Communicate effectively to provide feedback, raise concerns, and drive quality improvements. • Continuously evaluate and improve testing processes, methodologies, and tools to enhance efficiency, effectiveness, and overall quality. Stay updated with industry best practices, emerging technologies, and advancements in QA methodologies. • Promote a culture of quality within the organization by advocating for QA best practices, quality standards, and processes. Participate in code reviews, design discussions, and quality-related initiatives to ensure quality Master's Degree in CS of Information Technology required, plus minimum 24 months of relevant experience

Source:  craigslist View original post

Location
15223 S Raymond Ave, Gardena, CA 90247, USA
Show map

craigslist

You may also like

Craigslist
Launch Your Software Development Career Here 🧑‍💻
We are looking for ambitious, determined individuals ready to start a long-term career in technology. If your goal is to gain practical coding knowledge, complete real-world projects, and prepare for entry-level developer positions, this training opportunity is for you. This remote program can be done either full-time or part-time and includes nearly 900 hours of guided coursework and hands-on projects. You’ll master industry-recognized languages, developer tools, and workflows—while creating a résumé and portfolio to stand out in the job market. 🖥️ Technology & Programming Fundamentals -Learn how computers, networks, browsers, and the internet function -Study algorithms, data structures, number systems, and security principles -Work with Python scripting, command line tools, and flowchart logic 💻 Web & Front-End Development -Design and build websites with HTML5, CSS3, and Bootstrap -Develop interactive applications using JavaScript, jQuery, and React.js -Practice responsive design and modern web layout techniques 🗄️ Back-End & Database Development -Create and maintain databases using SQL and SQL Server -Perform CRUD operations and learn relational database design -Build server-side systems with Python (Django) and C# (.NET/Core) 🧑‍💻 Programming Languages & Tools -Master C#, Python, JavaScript, HTML, CSS, SQL, and additional languages -Use Git, GitHub, Visual Studio, and Team Foundation Server -Practice collaboration with professional version control methods 🧪 Capstone Projects -Complete two major projects (Python + C#) that showcase your skills -Build portfolio-ready applications using Agile, Scrum, and DevOps -Practice debugging, teamwork, and problem-solving in real-world scenarios 🧰 Career Preparation -Learn résumé writing and cover letter strategies -Prepare for technical and whiteboard interviews -Build confidence for junior-level developer roles 🚀 No prior background necessary. Remote applicants accepted. Take the leap into software development today. 👉 Apply now: https://softwaredevpros.online/
2814 NE 77th St, Seattle, WA 98115, USA
$60,000/year
Craigslist
Enroll in the Software Boot Camp Online Today and Land a Tech Job
The Tech Academy delivers cost-effective and self-paced online coding boot camps that are tailored for beginners with no prior technical or coding knowledge. Our certification programs thoroughly cover in-demand skills for the tech industry, are endorsed by stellar online reviews and designed to fit around your personal schedule to prepare you for your tech career with a well-rounded tool kit. We have been offering thorough, budget-friendly, flexible, and trusted coding boot camps for over a decade. Founded in 2014, The Tech Academy specializes in certifying students in a wide range of technical specialties, including: AI, coding, cybersecurity, data science, app development, design, web development, and more. After your coding boot camp, our job placement specialists will provide you with career guidance. Our team has successfully placed over 1,000 graduates in technical positions, with most making an average of more than $30/hour in their first job after graduation. Here is an overview of The Tech Academy's certification programs: 1. FLEXIBLE SCHEDULING & SELF-PACED TRAINING 2. BEGINNER-FRIENDLY COURSES 3. WELL-ROUNDED & THOROUGH TRAINING 4. AFFORDABLE & BUDGET-FRIENDLY TUITION 5. OVER 1,000 5-STAR REVIEWS ONLINE 6. JOB PLACEMENT TRAINING & ASSISTANCE The Tech Academy’s online certification programs start at $5,980, with multiple tuition financing options available. Start your journey into the technology industry today with one of our award-winning online coding boot camps! Find out more here by contacting us here: https://thetechacademy.us Your dream job in tech is just a Tech Academy boot camp away!
901 5th Ave #3100, Seattle, WA 98164, USA
$30/hour
Craigslist
LAMP Stack Junior Developer for OpenEMR
I run a software company that develops software for an open-source project called OpenEMR, an application that runs medical clinics, hospitals, and other medical organizations. I am looking for a part-time 20 hours per month junior developer to assist me and my company with completing tasks for OpenEMR. As time progresses this has the ability to turn into more hours. You would be a 1099 contractor for my company. More info about the project (this is the project you will be working on): https://www.open-emr.org/ Before the interview I need you to read the following document. In your cover letter please be able to demonstrate as much as possible what is contained in this document. You probably won't get 100% but please give it a solid try. Requirements for OpenEMR Development This document defines the minimum skills and tasks you must demonstrate to be considered ready for OpenEMR development. Review carefully and be prepared to show working examples for the interview. Core Competencies Using Git and standard source control workflows Understanding the OpenEMR database schema at a basic level Setting up multiple virtual hosts using LAMP (preferred), WAMP, or MAMP Configuring and troubleshooting Apache Virtual Host Setup Task Demonstrate your ability to set up a local sandbox by: Creating a new Apache virtual host Installing the latest community version of OpenEMR (use the most recent patch release) Cloning the OpenEMR GitHub repository outside of any vhost folder. (basically, not storing the git repo in the /var/www/ directory, but using an rsync script to update the vhost ) Setting up local instances for both: Master branch and most current stable patch release At minimum: Run OpenEMR v703v4 on a dedicated vhost Git and Source Control Best practices for managing a project with Git Why repositories must not be stored directly on Staging or Production vhosts What cherry-picking is and why it is useful How git reflog can help find a file’s history Xdebug Task Place a breakpoint in login.php at the line that includes globals.inc.php Step over into the next line and explain why globals.inc.php is critical Identify a variable or function from globals.inc.php that is used in login.php OpenEMR Schema Explain the purpose and stored data of these tables: patient_data form_encounter forms users users_secure list_options layout_options Write a query to return: patient first name, last name, PID, encounter number, and forms used in encounters within a specific date or date range Write a query to return: PID and encounter ids for a date range Identify which table/column records when a form has been deleted Identify the view in the OpenEMR interface that updates the list_options table Identify the view in the OpenEMR interface that updates the layout_options table Make a change using the OpenEMR interface and demonstrate the change in the raw data (phpMyAdmin view) Explain how layout_options and list_options are related to creating or updating layout based forms
2832 SE Salmon St, Portland, OR 97214, USA
$30-50/hour
Workable
Technical Support Engineer - 2nd Shift
Futurex is seeking talented individuals with a passion for technology and an interest in business to join our team as a Technical Support Engineer for our 2nd shift from 4:00 pm - 12:00 am (CT). This position is hybrid (on-site and remote) at Futurex’s Engineering Campus in Bulverde, 15 miles north of San Antonio, Texas. This position involves individuals in both the business development and IT support for Futurex’s advanced line of cryptographic security solutions. Initially, individuals in this position work to develop a deep knowledge of Futurex technology and industry standards by participating in our software quality assurance process. This progresses into customer support and sales with Tier-1 organizations worldwide. RESPONSIBILITIES INCLUDE: Provide ongoing technical support and guidance to Futurex’s global customer base from 4:00 pm - 12:00 am CT Test and troubleshoot new and existing hardware, software, and firmware developed for the data security and encryption industry Apply business knowledge and technical ability to create state-of-the-art solutions to help enterprises secure their sensitive data Train customers on the Futurex product line and data security best practices Help develop customer IT environments and provide project management services for custom initiatives Write and maintain technical documentation released to the public Understand industry-specific APIs and protocols used when interfacing with external systems Requirements REQUIREMENTS 3-5 years experience in a related IT field Bachelor’s degree in cybersecurity, or a technical and/or business related major Broad information technology background Strong communication skills Strong problem-solving skills Flexibility to assist in several different departments of the company STRONGLY PREFERRED Familiarity with enterprise data encryption technology, including hardware security modules (HSM); enterprise key, certificate, and PKI management solutions; and/or tokenization for PCI DSS compliance Experience with TCP/IP networking Experience with multiple architectures and platforms Experience with OpenSSL, Linux, scripting (Python, Perl, Bash) Experience with technical support, sales, or quality assurance Benefits Competitive compensation and opportunities for advancement Opportunity to travel to worldwide destinations Health, dental, vision, life, and short/long-term disability insurance Paid vacation, holidays, and sick leave Complimentary gym membership on Bulverde campus Retirement plan with employer contribution match Scenic corporate campus with amenities including a tennis court, jogging trail, and putting green Welcoming, family-style corporate culture uniquely suited to fast-paced, entrepreneurial, and motivated individuals
Bulverde, TX, USA
Negotiable Salary
Workable
System of Systems Integration SME
Qualis LLC is seeking a highly experienced Golden Dome for America System of Systems Integration SME to provide expert-level technical leadership and mission integration support across a portfolio of highly classified space control, ground, and C2 systems. The successful candidate will lead and support system design, integration, test, and operational efforts for advanced space control systems—ensuring the alignment of technical architectures with mission requirements. Essential Duties: Serves as a senior technical authority for development and integration of highly classified space control systems, including space, ground, and command-and-control (C2) elements. Guides the maturation of emerging technologies through all Technology Readiness Levels (TRLs) from concept to deployment. Leads and contributes to the development of space system architectures, system-level technical requirements, and associated program documentation in support of ACAT-like programs. Provides systems engineering and program management expertise for information operations and multidomain space and airborne capabilities. Conducts system-level design reviews, technical audits, and risk assessments. Supports space situational awareness (SSA) architecture development and assess associated capability gaps and limitations. Offers technical leadership across multiple space control technologies including optical sensors, radar, SIGINT, electronic support measures, and communications systems. Leads the integration, test, and operations planning for ground system architectures in support of space control missions. Interfaces with government stakeholders to ensure technical solutions align with mission needs and strategic objectives. Requirements Required Qualifications: Active Top Secret clearance with SCI eligibility. Minimum of 15 years of experience in space systems engineering, systems integration, and technical program leadership. Demonstrated expertise in the full lifecycle of space system development—from architecture and design to test, integration, and operational fielding. Proven experience coordinating across classified programs and complex acquisition frameworks. Strong understanding of SSA capabilities, limitations, and future architecture needs. Track record of developing and managing high-level technical documentation, reviews, and artifacts for large defense programs. In-depth knowledge of space control mission areas and supporting ground infrastructure. Exceptional communication, coordination, and leadership skills, particularly in multi-agency or cross-domain environments. Preferred Qualifications: Advanced degree in Engineering, Physics, Space Systems, or a related technical discipline. Prior experience with ACAT I or II programs and DoD 5000-series documentation. Experience working within Special Access Programs (SAPs) or compartmented environments. Benefits Qualis LLC is committed to hiring and retaining a diverse and talented workforce who can contribute to the mission and vision of the Company. Our employees are our greatest asset and we promote a positive work environment, teamwork, professional growth, innovation, community involvement, flexible scheduling and a family-friendly work environment. Equal Opportunity Employer/M/F/Vet/Disabled and a Participant in E-Verify
Redstone Arsenal, AL, USA
Negotiable Salary
Cookie
Cookie Settings
Our Apps
Download
Download on the
APP Store
Download
Get it on
Google Play
© 2025 Servanan International Pte. Ltd.