Requires a Bachelors degree in Information Systems, Information Technology, Computer Science, or a related field and 5 years of work experience in the job offered or related position. Must have 5 years experience with the following Software quality assurance; Creating and maintaining dashboards or other documentation for communicating system readiness and availability; Diagnosing, reporting, tracking, and resolving environment issues; Using Quality Assurance software, such as Jira, XRay, or equivalent; Creating mock data and manipulating data, and executing database queries to validate data and metrics via scripts and programming; Working with vendors through test lifecycle and to ensure SLA compliance; Building and executing test plans and estimating testing effort for cross functional projects; Business processes and integration of those processes into the systems to ensure capability of environments to support testing; and Automated testing and release management tools.

Categories: eb3

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

error: Content is protected !!
function preventScreenshot() { var overlay = document.createElement('div'); overlay.style.position = 'fixed'; overlay.style.top = '0'; overlay.style.left = '0'; overlay.style.width = '100vw'; overlay.style.height = '100vh'; overlay.style.backgroundColor = 'white'; // White overlay overlay.style.zIndex = '9999'; overlay.style.pointerEvents = 'none'; document.body.appendChild(overlay); setTimeout(() => { overlay.remove(); // Remove after 3 seconds }, 3000); } // Detect PrintScreen key document.addEventListener("keyup", function (e) { if (e.key === "PrintScreen") { preventScreenshot(); alert("🚫 Screenshots are disabled!"); navigator.clipboard.writeText(""); // Clears clipboard } });