Skip to content

Instantly share code, notes, and snippets.

View suntereichner's full-sized avatar

Stefan Untereichner suntereichner

View GitHub Profile
import com.borland.silktest.jtf.Control;
import com.borland.silktest.jtf.Desktop;
import com.borland.silktest.jtf.Utils;
import org.junit.Assert;
import org.junit.Before;
import com.borland.silktest.jtf.BrowserBaseState;
import org.junit.Test;
import com.borland.silktest.jtf.common.CommonOptions;
import com.borland.silktest.jtf.common.types.MouseButton;
import com.borland.silktest.jtf.common.types.Point;
@suntereichner
suntereichner / OSHelper.java
Last active March 21, 2017 06:33
OS Helper class for Silk Test 18.0
/**
* Copyright 2017 Micro Focus. All rights reserved. Portions Copyright 1992-2009 Borland Software Corporation (a Micro
* Focus company).
*/
package com.microfocus.silktest.mobile;
import com.borland.silk.keyworddriven.annotations.Keyword;
import com.borland.silk.keyworddriven.annotations.KeywordGroup;
import com.borland.silktest.jtf.Desktop;
@suntereichner
suntereichner / OSHelper.cs
Last active March 21, 2017 08:24
Mobile OS Helper class for Silk Test 18.0
/**
* Copyright 2017 Micro Focus. All rights reserved. Portions Copyright 1992-2009 Borland Software Corporation (a Micro
* Focus company).
*/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
package com.microfocus.uftd;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Test;
import com.hp.lft.report.ReportException;
import com.hp.lft.report.Reporter;
import com.hp.lft.sdk.GeneralLeanFtException;
import com.hp.lft.sdk.web.Browser;
package com.microfocus.uftd;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Test;
import com.hp.lft.report.ReportException;
import com.hp.lft.report.Reporter;
import com.hp.lft.sdk.GeneralLeanFtException;
import com.hp.lft.sdk.web.Browser;