Skip to content
View kipkitur's full-sized avatar

Organizations

@my-organization-collaborations
Block or Report

Block or report kipkitur

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
kipkitur/README.md

Hi there 👋

I am QA Tester and a certified AWS solutions architect associate looking to ensure that systems deliver value for the intended audience/end users. It is important that users are able to interact with bug free and high quality software. I have a passion for learning and sharing knowledge with others. You can reach me on twitter at kip_arap_ or email me.

  • 🔭 I’m currently working on automation testing projects with Pytest
  • 🌱 I’m currently learning Jmeter, Protractor, Jenkins and React
  • 💬 Ask me about my experience in Kenya & China

Pinned

  1. car_gurus car_gurus Public

    A simple test script written using python, selenium web driver and pytest. It verifies that a user can search for a vehicle on car gurus website using the test data provided.

    Python 1

  2. python_assertions python_assertions Public

    Examples of how to write good tests using Arrange/Act/Assert framework.

    HTML

  3. Bootstrap script for AWS instance Bootstrap script for AWS instance
    1
    #!/bin/bash
    2
    # A simple script for launching an AWS instance
    3
    yum update -y
    4
    yum install httpd -y
    5
    service httpd start
  4. Pytest fixture Pytest fixture
    1
    # import modules
    2
    from selenium import webdriver
    3
    from selenium.webdriver.common.by import By
    4
    import pytest
    5
    
                  
  5. newsletter newsletter Public

    A free simple responsive HTML email template

    HTML 31 4

  6. jetblue jetblue Public

    A series of protractor tests assert page title and schedule a flight on the jet blue page

    JavaScript