OpenKeyWord  Build Tag: jenkins-DoxyGen_EN-107, Build ID: 2015-03-08_20-51-06
 All Classes Namespaces Functions Variables Properties Pages
OKW.DE Class Reference
Collaboration diagram for OKW.DE:

Static Public Member Functions

static void BeendeAnwendung (string fps_Applikationsname)
 
static void BeendeTest ()
 Terminates the test respectively the testcase. More...
 
static void BeginneTest (string Testname)
 
static void GibEin (string FachlicherObjektname, string Wert)
 
static void GibEinFenster (string FachlicherObjektname, string Wert)
 
static void GibEinTabellenzelle (string FachlicherObjektname, string Spalte, string Zeile, string Wert)
 
static void KlickeAuf (string FachlicherObjektname)
 
static void KlickeAuf (string fpsFunctionalname, string KlickTyp)
 
static void LoggeHatFokus (string fpsFunctionalname)
 
static void LoggeIstAktiv (string fpsFunctionalname)
 
static void LoggeMarkiert (string fpsFunctionalname)
 
static void LoggeTabellenZellenWert (string fpsFunctionalname, string fpsCol, string fpsRow)
 
static void LoggeTooltip (string fpsFunctionalname)
 
static void LoggeVorhanden (string fpsFunctionalname)
 
static void LoggeWert (string fpsFunctionalname)
 
static void MerkeHatFokus (string fpsFunctionalname, string fpsKey)
 
static void MerkeIstAktiv (string fpsFunctionalname, string fpsKey)
 
static void MerkeMarkiert (string fpsFunctionalname, string fpsKey)
 
static void MerkeTabellenZellenWert (string fpsFunctionalname, string fpsCol, string fpsRow, string fpsKey)
 
static void MerkeTooltip (string fpsFunctionalname, string fpsKey)
 
static void MerkeVorhanden (string fpsFunctionalname, string fpsKey)
 
static void MerkeWert (string fpsFunctionalname, string fpsKey)
 
static void PrüfeHatFokus (string fpsFunctionalname, string fpsExpectedValue)
 
static void PrüfeIstAktiv (string fpsFunctionalname, string fpsExpectedValue)
 
static void PrüfeMarkiert (string fpsFunctionalname, string fpsExpectedValue)
 
static void PrüfeTabellenZellenWert (string fpsFunctionalname, string fpsCol, string fpsRow, string fpsExpectedValue)
 
static void PrüfeTooltip (string fpsFunctionalname, string fpsExpectedValue)
 
static void PrüfeVorhanden (string fpsFunctionalname, string fpsExpectedValue)
 
static void PrüfeWert (string fpsFunctionalname, string fpsExpectedValue)
 
static void Sequenz (string fpsObjectName, string fpsSequenzName, string SEQID)
 
static void SetzeFokus (string fpsFunctionalname)
 
static void SetzeWert (string fpsFunctionalname, string fpsValue)
 
static void StarteAnwendung (string fps_Applikationsname)
 
static void WähleAus (string fpsFunctionalname, string fpsValue)
 
static void WähleAus (string fpsFunctionalname, string fpsValue, string fpsClickType)
 
static void WähleAusFenster (string fpsFunctionalname)
 
static void WähleAusMenü (string fpsFunctionalname)
 
static void WähleAusMenü (string fpsFunctionalname, string fpsValue)
 
static void WähleAusTabellenzelle (string fpsFunctionalname, string fpsCol, string fpsRow)
 
static void WähleAusTabellenzelle (string fpsFunctionalname, string fpsCol, string fpsRow, string fpsClickType)
 

Static Private Attributes

static string Language = "DE"
 
static Core myKernel = new Core()
 

Detailed Description

Author
Zoltán Hrabovszki
Date
2013.05.03

Member Function Documentation

static void OKW.DE.BeendeTest ( )
static

Terminates the test respectively the testcase.

Description of the mode of operation.

Note
Additional remark to the keyword
Author
Zoltan Hrabovszki
Date
2014-09-18/jnic
105  {
106  Logger.Instance.LogKeyWordStart("Beende Test");
107 
108  myKernel.SetLanguage(Language);
109  myKernel.EndTest();
110 
111  Logger.Instance.LogKeyWordEnd();
112  }

The documentation for this class was generated from the following file: