girliemangalo.wordpress.com
girlie | .. Library of WONDERS ..
https://girliemangalo.wordpress.com/author/girliemangalo
Library of WONDERS . Chronicles of my learning on Software Quality Assurance, Technology and Books I read…. Mirror your Android Phone on Mac/PC. February 1, 2016. Vysor is a Chrome add-on that allows you to mirror your Android phone on your Mac or PC when doing presentation through your mobile phone. So far this is the easiest way as it does not require installation of any application whatsoever, plus it allows you to mirror multiple devices as long as it is connected to your machine. January 20, 2016.
girliemangalo.wordpress.com
Useful Git Commands | .. Library of WONDERS ..
https://girliemangalo.wordpress.com/2015/01/25/useful-git-commands
Library of WONDERS . Chronicles of my learning on Software Quality Assurance, Technology and Books I read…. January 25, 2015. As our project migrated from SVN to GIT repository, I thought of writing a post of the usual git commands which I find helpful where I could easily refer to. Set up Local Repository. Clone a repository into a new directory locally. Git clone SSH key. Checkout a branch or path to the working tree. Git checkout branch name. Git checkout branch name. Create new branch locally. Cucumb...
girliemangalo.wordpress.com
Cucumber: Verify page content from a data source | .. Library of WONDERS ..
https://girliemangalo.wordpress.com/2014/07/21/cucumber-verify-page-content-from-a-data-source
Library of WONDERS . Chronicles of my learning on Software Quality Assurance, Technology and Books I read…. Cucumber: Verify page content from a data source. Cucumber: Verify page content from a data source. July 21, 2014. One good practice in “Cuking” is to not crowd your feature files with all the text validations. In this post I’ll be sharing how you can use an external data source to be compared with the actual UI page for content validation purposes. In other cases that you nedd to save your text va...
girliemangalo.wordpress.com
Creating Firefox profile for your Selenium RC tests | .. Library of WONDERS ..
https://girliemangalo.wordpress.com/2009/02/05/creating-firefox-profile-for-your-selenium-rc-tests
Library of WONDERS . Chronicles of my learning on Software Quality Assurance, Technology and Books I read…. Creating Firefox profile for your Selenium RC tests. Creating Firefox profile for your Selenium RC tests. February 5, 2009. Why create a new firefox profile for Selenium? We create firefox profile for Selenium RC tests, so we can set light configurations to it, which later on we’ll be using to run our Selenium scripts FASTER. How to create Firefox profile for your Selenium? Click “Next”. 8211; unch...
girliemangalo.wordpress.com
Cucumber: Read from File | .. Library of WONDERS ..
https://girliemangalo.wordpress.com/2012/11/01/cucumber_read_from_fil
Library of WONDERS . Chronicles of my learning on Software Quality Assurance, Technology and Books I read…. Cucumber: Read from File. Cucumber: Read from File. November 1, 2012. From the basic folder structure discussed in Automated Testing with Cucumber Capybara. Post, add two more files:. Support custom config.rb. 8211; contains all the environment variables that you can use. Google: app host: http:/ www.google.com bing: app host: http:/ www.bing.com. Custom config.rb –. Then edit your env.rb. Also upd...
girliemangalo.wordpress.com
Automated Testing with Cucumber + Capybara | .. Library of WONDERS ..
https://girliemangalo.wordpress.com/2012/10/29/automated-testing-with-cucumber-capybara
Library of WONDERS . Chronicles of my learning on Software Quality Assurance, Technology and Books I read…. Automated Testing with Cucumber Capybara. Automated Testing with Cucumber Capybara. October 29, 2012. In this post we will introduce another gem called Capybara. Capybara is an acceptance testing framework with a higher level API and support for multiple backends, supports Selenium and runs in different browsers. Others may ask,. Require 'capybara' fill in q, Cucumber tests. 8211; describes the fea...
girliemangalo.wordpress.com
BookShelf | .. Library of WONDERS ..
https://girliemangalo.wordpress.com/mybookshelf
Library of WONDERS . Chronicles of my learning on Software Quality Assurance, Technology and Books I read…. Books have so much more to say. As for me – My precious! Everything I Learned about Success, I Learned from the Bible. Global Voices: The Compilation. Craig and Marc Kielburger. God’s Leader for a Nation: Abraham Lincoln. Going Public with Your Faith. Have a Little Faith. It’s Not About the Bike: My Journey Back to Life. Letters from a Skeptic. Martin Luther King Jr. (Heroes of the Cross). WhatR...
girliemangalo.wordpress.com
Ruby: Using URI and HTTPClient | .. Library of WONDERS ..
https://girliemangalo.wordpress.com/2015/02/25/ruby-using-uri-and-httpclient
Library of WONDERS . Chronicles of my learning on Software Quality Assurance, Technology and Books I read…. Ruby: Using URI and HTTPClient. Ruby: Using URI and HTTPClient. February 25, 2015. Provides API library for user to access web resource using HTTP. This would be helpful if you need to access a different web URL other than your base URL that you used in your automation and validate the content of the page. Here’s a snippet of how to use HTTPClient in this particular scenario. Enter your comment here.
girliemangalo.wordpress.com
Cucumber: Using JSON Parser | .. Library of WONDERS ..
https://girliemangalo.wordpress.com/2015/02/25/cucumber-using-json-parser
Library of WONDERS . Chronicles of my learning on Software Quality Assurance, Technology and Books I read…. Cucumber: Using JSON Parser. Cucumber: Using JSON Parser. February 25, 2015. JavaScript Object Notation(JSON) is a lightweight data-interchange format useful to generate and parse data. 8216;user’:{‘FirstName’:’User1′, ‘LastName’:’Sample’, ‘Gender’:’Female’, ‘BirthDate’:’01/01/1990′}. Suppose we are to use the above user data, parse it into an hash and use the array hash as input to a sign up screen.
SOCIAL ENGAGEMENT