header.navigation

    SOFTWARE TESTING

    • register
    • login
    • search
    • Job Openings
    • Freelance Jobs
    • Services
    • Conferences
    • Courses
    1. home
    2. jonetta
    J
    • profile
    • following
    • followers
    • topics
    • posts
    • best
    • header.groups

    jonetta

    @jonetta

    0
    reputation
    4
    posts
    1
    profile_views
    0
    followers
    0
    following
    joined lastonline

    jonetta follow

    pages:account/best, jonetta

    has_no_posts

    pages:account/latest-posts, jonetta

    • How to use options.add_argument(“--headless”) in Selenium Python

      Hy guys,

      I'm trying to run this code:

      options = webdriver.ChromeOptions() 
      options.add_argument("download.default_directory=C:\\Users\\gabriel.lucena\\Documents\\Python Scripts")
      options.add_argument("--headless")
      driver.get("xpage")
      

      and they work if this argument options.add_argument("--headless") is down

      global:posted_in, Automated Testing
      J
      jonetta
    • Is there a format for manual testing checklists?

      For our web app, Selenium testing doesn't make sense at the moment but we have a large number of undocumented manual testing scenarios that we'd like to capture to ship with our source code.

      Is there a good existing, documented format (e.g. JSON-based) for building such a checklist?

      global:posted_in, Manual Testing
      J
      jonetta
    • RE: Black box test plan to see whether a value is hard coded

      if the data of the drop down list is taken from data base u can change the data from the data base and check the hard code issue or else

      As per the unique id the data is populated in the drop down u can change that unique id and identify is there any hard cord.

      global:posted_in, Manual Testing
      J
      jonetta
    • How to get tags values in Protractor?
      // Find an element using a css selector.
      by.css ('. myclass')
      
      // Find an element with the given id.
      by.id ('myid')
      
      // Find an element with a certain ng-model.
      // Note that at the moment, this is only supported for AngularJS apps.
      by.model ('name')
      
      // Find an element bound to the given variable.
      // Note that at the moment, this is only supported for AngularJS apps.
      by.binding ('bindingname')
      

      For example I am doing authorization (empty fields) and want to check if the text is displayed or not.

      global:posted_in, Automated Testing
      J
      jonetta