Skip to content

Instantly share code, notes, and snippets.

View omeraslam-vteams's full-sized avatar

Muhammad Omer Aslam omeraslam-vteams

View GitHub Profile
<ul class="courses row sorting-grid course-list team course-list-mgBtm row ui-sortable" id="sectionSortable">
<li data-cat="2" class="col-lg-4 col-md-4 col-sm-6 col-xs-12 category_2 category_1">
<div class="courseBoxNew courseBoxNewCrt">
<div class="thumbnail center">
<a href="http://mysite.com/exact/addcourse" id="create_course_link">
<i class="fa fa-plus"></i>
<span class="crtCrsTxt">Create a Course</span>
</a>
</div>
@omeraslam-vteams
omeraslam-vteams / BrowserFactory.php
Created May 22, 2015 10:31
Configuring the profile and firebug with test cases
<?php
class BrowserFactory {
private $user_agent = '';
/**
* @return static
*/
public static function factory() {
@omeraslam-vteams
omeraslam-vteams / AnyTest.php
Created May 21, 2015 14:30
Taking Screen shots when the test fails
class AnyTest extends TestConfigs
{
/**
* @BeforeMethod
* SETUP METHOD TO ADD TEST DATA AND INITALIZE THE REMOTEWEBDRIVERS
*/
protected function setUp()
{
try{