Skip to content
Avatar
🏗️
🏗️

Achievements

Achievements

Organizations

@tajawal
Block or Report

Block or report fityanos

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. 📚 The starting point of your career as a Software Quality Assurance Engineer | Quality Automation Engineer 📚

    978 218

  2. 1
    const sales_force_login_url = 'your salesforce login screen to land directly'
    2
    const sales_force_email = 'salesforce email address'
    3
    const sales_force_password = 'salesforce password'
    4
    const sales_force_ui_screen_url = 'desired salesforce screen/page'
    5
    
                  
  3. 1
    ### Verify if you have MYSQL
    2
    
                  
    3
    1- Through your terminal, make sure that you have `mysql` by running:
    4
    ```bash
    5
    which mysql
  4. 1
    You need to create a `js` file to build your helper funnction
    2
    
                  
    3
    ```js
    4
    export function XMLHttp_request(method, url, token, formData, done) {
    5
      const xhr = new XMLHttpRequest();
  5. 1
    /// <reference types="Cypress"/>
    2
    
                  
    3
    /**
    4
     *
    5
     * @returns
  6. 1
    Testing and validating the redirection/URL of a QR Code is essential for a Test Engineer as you don't want to lose a chance of downloading your business App or even worse redirect to broken/wrong one
    2
    
                  
    3
    **How to achieve this:**
    4
    
                  
    5
    1- You need to install some dependencies which include a module that have API to decode QR Code/Barcode and read it for Cypress.io

230 contributions in the last year

May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Mon Wed Fri

Contribution activity

May 2022

7 contributions in private repositories May 10 – May 23

Seeing something unexpected? Take a look at the GitHub profile guide.