Browse
···
Log in / Register

QA Tester II - Full Time/ Benefits!! (Factoria)

$25-35/hour

7540 Leary Wy, Redmond, WA 98052, USA

Favourites
Share

Description

QA Tester II ** To Apply: Please Email me your Resume ** Having Mobile Testing is a plus Salary Range: $25.00 To 35.00 Hourly Benefits: The company offers medical, dental, vision, short and long-term disability, life insurance, the ability to participate in 401K and paid time off as applicable. Summary of Position: The QA Tester II is responsible for testing multiple projects in a fast-paced environment. The QA Tester II will be responsible for testing in both lab and production environments from a customer perspective. Essential Functions: Ability to create test plans based on business and functional requirements Ability to create test cases to client specifications Manual and Automated test case execution Creation, management, and triage of defects Basic understanding of backend infrastructure and design Ability to troubleshoot issues experienced during testing Provide daily and weekly status reporting Understanding of iPhone, Android, and Windows mobile devices Comprehension and understanding of requirements for testing Ability to have strong attention to detail to be able to accomplish a wide variety of tasks Follow written and verbal instructions from the client and leads Understanding of JIRA for test case management, creation, and execution Understanding of Quality Center for test case management, creation, and execution Follow established client processes and procedures for reporting and testing Archive all test documentation as directed Night and weekend work as required by the client Ability to work internationally for international roaming testing Ability to work remotely for domestic roaming testing Competencies: Ensures Accountability Tech Savvy Communicates Effectively Values Differences Customer Focus Resourcefulness Drives Results Plans and Prioritizes Decision Quality Self-Development Work Environment: There may be times that the QA Tester will be onsite 100%, due to project requirements. This job operates in a professional office environment. This role routinely uses standard office equipment such as computers, phones, photocopiers, filing cabinets, and fax machines. Physical Demands: The physical demands described here are representative of those that must be met by an employee to successfully perform the essential functions of this job. While performing the duties of this job, the employee in this position frequently communicates with other co-workers/clients who have inquiries about the various projects and other needs. Must be able to exchange accurate information in these situations. The employee must be able to remain in a stationary position 75% of the time. The employee in this position needs to occasionally move about inside the office to access file cabinets, office machinery, etc. Constantly operate a computer and office machinery such as a calculator, keyboard, copy machine, and printer. Frequently moves boxes with equipment weighing up to 60lbs across the building and to other offsite buildings for various project needs. Required Education and Experience: High School Diploma or general equivalent 3-5 years of experience Qualifications: Bachelor’s Degree preferred Ability to analyze and solve complex problems quickly and creatively Experience with client-server systems and understanding the types of issues that may arise Ability to learn quickly in a dynamic environment Excellent oral, written, and interpersonal communication skills Self-motivated and team player Ability to handle multiple tasks and priorities Ability to collaborate with team members and client to meet project deadlines and milestones Understanding of common Systems Development Lifecycle (SDLC) methodologies, including Waterfall and Agile/SCRUM Adapt easily to shifting priorities, process changes, and/or schedule changes Understanding of SOAP UI for test execution and SIM activation AAP/EEO Statement: 3MD Inc. is an equal opportunity employer and does not discriminate based on gender, sex, age, race and color, religion, marital status, national origin, disability, sexual orientation, gender identity or expression, veteran status, or any other category that is protected by applicable law. Other Duties: Please note this job description is not designed to cover or contain a comprehensive listing of activities, duties, or responsibilities that are required of the employee for this job. Duties, responsibilities, and activities may change at any time with or without notice.

Source:  craigslist View original post

Location
7540 Leary Wy, Redmond, WA 98052, USA
Show map

craigslist

You may also like

Craigslist
🧑‍💻 Remote Software Development Career Opportunity 🧑‍💻
We’re searching for dedicated, goal-oriented individuals ready to start a professional journey in technology. If you want to learn coding hands-on, work on industry-grade projects, and train for junior developer roles, this comprehensive training plan is for you. The program is remote and flexible—available full-time or part-time—with nearly 900 hours of structured learning and projects. You’ll gain skills in leading programming languages, tools, and development workflows while building a standout portfolio and résumé. 🖥️ Technology & Programming Fundamentals -Study computing systems, networks, browsers, and web protocols -Learn algorithms, data structures, numeric systems, and security foundations -Use Python scripting, command-line navigation, and logic design 💻 Web & Front-End Development -Build web interfaces with HTML5, CSS3, and Bootstrap -Add interactivity using JavaScript, jQuery, and React.js -Design responsive, modern, and user-friendly layouts 🗄️ Back-End & Database Development -Create and manage databases with SQL and SQL Server -Use CRUD methods and understand relational database theory -Build server-side systems with Python (Django) and C# (.NET/Core) 🧑‍💻 Programming Languages & Tools -Learn C#, Python, JavaScript, HTML, CSS, SQL, and more -Work with Git, GitHub, Visual Studio, and TFS -Develop team-based coding and version control habits 🧪 Capstone Projects -Complete two professional-grade projects (Python + C#) -Gain experience using Agile, Scrum, and DevOps processes -Build your confidence in debugging and project collaboration 🧰 Career Preparation -Write strong résumés and cover letters -Practice interview skills and whiteboard coding exercises -Get career-ready for entry-level tech development positions 🚀 Open to all applicants—no previous experience needed. Start your future in software development today. 👉 Apply now: http://softwaredevpros.online/
5390 SE 28th Ave, Portland, OR 97202, 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
Craigslist
Senior Full-Stack Developer (AI-Driven SaaS) (Portland)
**About Us** We’re a specialized SaaS company serving the construction industry. Our platform helps employers and unions streamline reporting and benefits management by transforming payroll data into accurate, secure reports—eliminating manual paperwork and reducing compliance risks. **The Role** We’re looking for a **Senior Full-Stack Web Application Developer / Technical Lead** who thrives on building data-intensive applications and embraces AI-assisted development. You’ll work directly with our CTO to design scalable systems, guide product releases, and explore the frontiers of AI-driven software engineering. **Important Requirements** * Experience: Minimum 10+ years in application architecture and system design. (Please do not apply if you do not meet this criterion.) * Language: Fluency in English is mandatory. You must be able to communicate ideas clearly. * Applicants: Individuals only — we will not consider working with agencies, recruiters or any businesses. * Contact: Please use email exclusively to apply for this position. * Location: This position is 50% remote. Candidate must be located in Portland area and must be able to come into the office 2-3 days a week. **What You’ll Do** * Leverage AI tools/agents for planning, development, testing, and documentation * Architect and build full-stack features across React/TypeScript, GraphQL, ASP.NET Core, and MS SQL Server **What We’re Looking For** * 10+ years of senior or lead-level hands-on development * Strong expertise in React/TypeScript, .NET Core, SQL Server * Comfortable with GraphQL, Linux, and scripting (bash or similar) * Demonstrated experience using LLMs in real workflows, with the ability to evaluate and improve their outputs * A systems thinker who thrives on solving complex, large-scale problems * Experience with and understanding of analytical database products is a big plus **Why Join Us** * Your work will directly impact thousands of users and company growth * Collaborate with a passionate, forward-looking team * Performance-based bonus opportunities **Next Steps** Applicants who advance will be asked to complete a short, unpaid technical assessment project prior to moving to the next phase.
5901 S Macadam Ave #110, Portland, OR 97239, USA
$150,000/year
Craigslist
🧠 Remote Software Developer Work and Training
Ready to take your software development career to the next level? We’re hiring individuals eager to learn, code, and create in a collaborative environment. We are an established tech company offering a comprehensive remote training program. Want to build real skills as a full-stack software developer? This structured path provides flexibility for full- or part-time learners and includes nearly 900 hours of guided projects and technical content using modern tools and languages. Topics covered include: 🖥️ Core Programming Concepts • Understand how networks, browsers, and systems interact • Learn fundamentals like algorithms, security, and data flow • Begin with Python, command-line basics, and tech theory 💻 Web Development (Front-End) • Develop responsive websites using HTML5, CSS3, JavaScript • Use tools like Bootstrap, jQuery, and React.js for interactivity 🗄️ Backend and Database Skills • Design databases and use SQL with SQL Server • Learn CRUD, schema design, and full integration with back-end apps • Develop software using Python/Django and C#/.NET 🧑‍💻 Software Tools & Languages • Gain hands-on experience with C#, Python, HTML, JavaScript, SQL, and CSS • Use Git, GitHub, and Visual Studio • Learn version control and professional development practices 🧪 Capstone Projects • Apply your skills in two complete software builds • Follow real-world workflows using Agile, DevOps, and team methods • Build confidence by solving problems independently 🧰 Professional Prep • Practice whiteboarding and coding challenges • Create strong résumés and developer profiles • Prepare to transition into technical roles Open to remote applicants. No experience necessary. Apply here: https://techschooldev.online/
2901 Andorra Ct, Parkville, MD 21234, USA
$30/hour
Workable
Salesforce Engineer
Summary: Strategic Legal Practices (SLP), a forward-thinking law firm, is seeking a highly skilled and hands-on Salesforce Engineer to enhance and expand our Salesforce ecosystem. This role is not for administrators—we are looking for engineers who live in the code, with deep expertise in Apex, Flow, custom object design, and Salesforce cloud platforms. Candidates with architect-level experience, particularly in custom object integrations with tools like Formstack, Conga, and DocuSign, will receive top consideration. Key Responsibilities Salesforce Engineering & Development Design and implement scalable, high-quality Salesforce solutions using Apex, Lightning Web Components, and Flow. Own end-to-end configuration and development of custom objects, record types, automations, and integrations. Build and maintain solutions that support our firm’s operational and client service goals. Platform Optimization Leverage Experience Cloud to design and enhance secure, user-friendly client and partner portals. Implement and support features in Service Cloud and Voice Cloud, such as: Case management, knowledge base, and automated workflows. Call routing, IVR, transcription, and recordings for internal training and optimization. Integration Engineering Lead integrations between Salesforce and third-party tools such as: Formstack, Conga Composer, DocuSign, and calendar/scheduling platforms. Ensure robust and secure data flow between platforms and systems. Collaboration & Innovation Partner closely with IT, operations, and legal teams to translate business requirements into technical solutions. Stay ahead of Salesforce releases and trends, proactively applying new features and patterns. Requirements Bachelor's degree in Computer Science, Information Systems, or a related technical field. 5+ years of Salesforce development experience, not just admin experience. Mastery of Apex, Flow, and Salesforce APIs. Deep hands-on experience with: Experience Cloud Service Cloud Voice Cloud Custom object design and management Strong understanding of data modeling, security (roles, sharing, OWD), and testing. Ability to work independently and thrive in a fast-paced legal-tech environment. Preferred / Bonus Salesforce Certified Platform Developer I and II Salesforce Certified Experience Cloud Consultant Salesforce Certified Service Cloud Consultant Salesforce Certified Application Architect or System Architect Experience with legal operations or professional services is a plus Demonstrated success integrating Formstack, Conga, and DocuSign in production Benefits We’re committed to supporting the well-being and success of our team through a robust and thoughtfully designed benefits package, including: 401(k) with Employer Match – Plan for your future with confidence and company support. Health, Dental, and Vision Insurance – Comprehensive coverage to keep you and your family healthy. Short-Term, Long-Term Disability & Life Insurance – Financial protection for life’s unexpected events. Paid Parking – Convenient and covered, so you can focus on your day. Generous Paid Time Off – Ample time to rest, recharge, and take care of personal matters. Employee Referral Program – Earn rewards for introducing talented individuals to our team. Employee Assistance Program (EAP) – Confidential resources for personal and professional support. Employee Discount Program – Access to exclusive savings on a variety of products and services.
Los Angeles, CA, USA
Negotiable Salary
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!
1215 Yaupon Valley Rd, West Lake Hills, TX 78746, USA
$30/hour
Cookie
Cookie Settings
Our Apps
Download
Download on the
APP Store
Download
Get it on
Google Play
© 2025 Servanan International Pte. Ltd.