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

Workable
Platform Engineer AI Tool & Integration
Platform Engineer - AI Tool & Integration Position Overview: The Data Analytics & AI department at RCG is seeking a highly skilled and experienced Software & Platform Engineer to join our team. This pivotal role requires a strong technical background in AI tooling, data platform architecture, cloud computing, and big data technologies. The successful candidate will be responsible for all tooling and integration with GenAI LLM, maintaining our Azure platform with OpenAI, and leveraging Databricks Mosaic AI. This role will be instrumental in driving innovation, ensuring seamless integration, and optimizing our AI and data platforms to meet the evolving needs of the business. Key Responsibilities: • Design, develop, and maintain tooling and integration for GenAI LLM and other AI models. • Manage and optimize our Azure platform, ensuring seamless integration with OpenAI and Databricks Mosaic AI. • Collaborate with cross-functional teams to identify and implement innovative AI solutions to enhance our platform capabilities. • Stay up to date with the latest advancements in AI and machine learning technologies to drive continuous improvement and innovation. • Develop and implement best practices for AI model deployment & scaling. • Design and execute integration strategies for incorporating large language models (LLMs) and CoPilot technologies with existing business platforms. • Assess and recommend suitable LLM and CoPilot technologies that align with business needs and technical requirements. • Conduct feasibility studies and proof-of-concepts to validate the integration of new tools and technologies. • Keep abreast of the latest advancements in LLM, CoPilot, and related technologies to identify opportunities for further innovation and improvement. • Understand and leverage MS CoPilot and MS CoPilot Studio for enhanced productivity and collaboration within the development team. • Integrate MS CoPilot tools into existing workflows and ensure seamless integration with other systems and applications used by the team. • Work closely with product managers, data scientists, and other stakeholders to gather requirements and ensure successful integration of LLM and CoPilot technologies. Requirements: • Bachelor’s or Master’s degree in computer science, Engineering, or a related field. • Proven experience in software/system/platform engineering, with a focus on AI tooling and integration. • Strong expertise in working with Azure, including managing and integrating AI services such as OpenAI and Databricks Mosaic AI. • Proficiency in programming languages such as Python, Java, or C++. • Experience with machine learning frameworks and libraries (e.g., TensorFlow, PyTorch). • Solid understanding of software development methodologies, including Agile and DevOps practices and tools for continuous integration and deployment. • Understanding of data security best practices and compliance requirements in software development and integration • Excellent problem-solving skills and the ability to work in a fast-paced, dynamic environment. • Strong communication and collaboration skills. Preferred Qualification: • Strong proficiency in one or more programming languages such as Python, Java, C#, or JavaScript. • Experience with large language models (LLMs) and familiarity with tools like OpenAI GPT, Google BERT, or similar. • Hands-on experience with Databricks for data engineering, data science, or machine learning workflows. • Proficiency in using Databricks for building and managing data pipelines, ETL processes, and real-time data processing. • Experience with machine learning frameworks and libraries (e.g., TensorFlow, PyTorch). • Hands-on experience with Microsoft CoPilot and CoPilot Studio. • Proficiency in working with APIs, microservices architecture, and web services (REST/SOAP). • Familiarity with cloud platforms such as AWS, Azure, or Google Cloud, and their integration services. • Knowledge of database systems, both SQL and NoSQL (e.g., MySQL, MongoDB). • Knowledge of natural language processing (NLP) and large language models (LLMs). • Previous experience in a similar role within a technology-driven organization. • Certifications in Azure, AI, or related areas.
Coral Gables, FL, USA
Negotiable Salary
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
Product Manager, IP Video Products
Company Profile      At Sand Cherry Associates, we excel in the design and delivery of strategic customer-centric initiatives through digitally native, data-empowered solutions.  Our client’s confidence in us is centered on exceptionally skilled, high-energy talent working with the support of the full Sand Cherry team.  Finding the right match for this role is a critical aspect of continuing that success.       Overview   We are looking for an experienced Product Manager. This role is responsible for leading project lifecycle and product development and deployment initiatives for an IP Video product for an enterprise organization. This involves product planning, drafting and refining product requirements, competitive research and analysis, and all product operations through deployment. This position is hybrid and qualified candidate will work on-site in either Philadelphia PA, or Denver, CO a few days a week and other days remote. Candidates must live in either the Philadelphia metro area or the Denver metro area and be willing to go on-site each week some days.     Duties & Responsibilities  Manage products and services utilizing product and/or project management principles, strategy and execution  Understand the current GTM approach and how to engage with stakeholders as necessary for product release solutions  Proven ability to work in large, enterprise organization and communicate effectively with stakeholders  Manage key documentation deliverables such as inputs, outputs, GTM materials   Enhance product management tools, documentation, and reporting  Create and maintain product related information and communication  Create and maintain process workflow documentation to support business needs  Consistently exercise informed judgment and discretion in matters of significance  Direct cross functional teams, such as engineering or development, regarding product requirements  Act instrumentally in connecting Agile and non Agile teams to support product efforts   Requirements Desired Skills and Experience  Minimum 7 years direct product planning, product operations and product management experience  Experience in telecommunications/broadband, data service networks, or contact center environments preferred  Experience working with IP video is required Experience in an Agile or Scaled Agile environment is necessary  Experience with project or program management is necessary Knowledge and understanding of products in a technical capacity, understanding their requirements and related business needs  Experience aligning multiple business groups in a cross-functional, matrixed environment  Ability to drive and lead stakeholder meetings and manage deliverables from development and engineering  Excellent communication skills, utilizing a formal system for communications, reporting intake status, and collaborating with other internal groups  Ability to ramp up on new projects quickly and work autonomously, while actively keeping project team and client informed of milestones and potential issues    Qualifications/Technical Skill Requirements  Excellent knowledge of MS Office Suite products, especially Excel and PowerPoint for tracking, reporting, and executing slide presentations  Experience with MS Project and JIRA are helpful  Experience with broadband technology product solutions/offerings is preferred  Familiarity working with cross functional teams- IT, product development, engineering, and marketing is necessary  Experience managing numerous product lines and providing updates and insights to stakeholders at a variety of levels in a large enterprise organization    Education/Certifications  Bachelor’s degree in Business or other quantitative field  PMP certification is helpful or project management methodology courses  Consulting background is helpful but not required  Compensation For individuals assigned and/or hired to work in Colorado, Sand Cherry Associates is required by law to include a reasonable estimate of the compensation range for this role. This compensation range considers a wide range of factors considered in making compensation decisions including but not limited to skill sets; experience and training; licensure and certifications; and delivery model. This is a 6 - 12 month engagement with an annualized salary of $120,000 - $150,000. Years of experience, level of education, geographic location, unique skills/qualifications for the specific role and potential certifications can be key factors in the final compensation for this role. Benefits Our team is unique — we are passionate about what we do. At Sand Cherry, our consultants know they are impacting and shaping our clients’ industries. We recognize our employees for their contributions. Our culture is one of the most friendly and communicative in the consulting industry. Sand Cherry is not a top-heavy organization. We offer the opportunity to be part of a digital workforce. Discover the experience that only comes with self-responsibility in the workplace. Our team members manage their own workloads and are expected to deliver exceptional work for our clients. Professional career growth is one of our main priorities, as we affirm that investing in our consultants and empowering our people will also deliver the best results and value for our clients.
Denver, CO, USA
$120,000/year
Craigslist
Tech Support Representative (Andersonville, Chicago)
Booklog is looking for a level 1 – 3 technical support individual. This position is to provide outstanding technical support for Booklog software and various interfaces along with onboarding of new customers, testing of software and training on usage of software. We’re looking for a motivated individual to be part of our committed team. We need to be the experts so our customers don’t have to. Located in Chicago’s Andersonville neighborhood; telecommuting is available. Qualifications • At least 2 years experience in technical support, preferably phone support • Experience with Microsoft Windows operating systems • Familiarity with databases and database troubleshooting • Knowledge of computer network systems • Ability to troubleshoot software problems and offer solutions by phone • Good problem solving skills with attention to detail • Strong verbal, written, interpersonal, and organizational skills • Ability to work both independently and in a team environment • Experience with SQL Server 2022, Sybase SQL applications and databases • Ability and excitement to learn new skills • A ‘think outside of the box’ mentality • Customer Service experience • Software training experience a plus • Previous experience training customers on software usage • Experience with use of peripheral devices • 10% or less travel to customer locations within the US to train and install software Benefits • Casual environment with a great group of people who love what they do • In office or telecommuting options • 100% paid health insurance • 2 weeks vacation to start • Generous 401K options • Permanent full-time. PLEASE SEND RESUME WHEN APPLYING
5146 N Clark St #1222, Chicago, IL 60640, USA
$50,000/year
Cookie
Cookie Settings
Our Apps
Download
Download on the
APP Store
Download
Get it on
Google Play
© 2025 Servanan International Pte. Ltd.