<?xml version="1.0" encoding="UTF-8"?>
<robot rpa="false" generated="20200617 13:06:17.559" generator="Robot 3.2.1 (Python 3.5.4 on win32)">
	<suite name="WritingTestCases" id="s1" source="C:\Users\liza.mathew\robot\WritingTestCases">
		<suite name="Test Suite 1" id="s1-s1" source="C:\Users\liza.mathew\robot\WritingTestCases\Test_Suite_1.robot">
			<test name="TC1" id="s1-s1-t1">
				<kw name="Open Browser" library="SeleniumLibrary">
					<doc>Opens a new browser instance to the optional ``url``.</doc>
					<arguments>
						<arg>https://www.qmetry.com/</arg>
						<arg>chrome</arg>
					</arguments>
					<msg timestamp="20200617 13:06:18.094" level="INFO">Opening browser 'chrome' to base url 'https://www.qmetry.com/'.</msg>
					<status starttime="20200617 13:06:18.094" status="PASS" endtime="20200617 13:06:55.120"></status>
				</kw>
				<kw name="Capture Page Screenshot" library="SeleniumLibrary">
					<doc>Takes a screenshot of the current page and embeds it into a log file.</doc>
					<arguments>
						<arg>D:/qmetry_capture.png</arg>
					</arguments>
					<msg html="yes" timestamp="20200617 13:06:55.871" level="INFO">&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan="3"&gt;&lt;a href="file:///D:/qmetry_capture.png"&gt;&lt;img src="file:///D:/qmetry_capture.png" width="800px"&gt;&lt;/a&gt;</msg>
					<status starttime="20200617 13:06:55.120" status="PASS" endtime="20200617 13:06:55.871"></status>
				</kw>
				<kw name="Close Browser" library="SeleniumLibrary">
					<doc>Closes the current browser.</doc>
					<status starttime="20200617 13:06:55.872" status="PASS" endtime="20200617 13:06:58.027"></status>
				</kw>
				<status starttime="20200617 13:06:18.093" critical="yes" status="PASS" endtime="20200617 13:06:58.029"></status>
			</test>
			<test name="TC2" id="s1-s1-t2">
				<kw name="Set Variable" library="BuiltIn">
					<doc>Returns the given values which can then be assigned to a variables.</doc>
					<arguments>
						<arg>Hi</arg>
					</arguments>
					<assign>
						<var>${a}</var>
					</assign>
					<msg timestamp="20200617 13:06:58.035" level="INFO">${a} = Hi</msg>
					<status starttime="20200617 13:06:58.035" status="PASS" endtime="20200617 13:06:58.035"></status>
				</kw>
				<kw name="Log" library="BuiltIn">
					<doc>Logs the given message with the given level.</doc>
					<arguments>
						<arg>${a}</arg>
					</arguments>
					<msg timestamp="20200617 13:06:58.038" level="INFO">Hi</msg>
					<status starttime="20200617 13:06:58.037" status="PASS" endtime="20200617 13:06:58.038"></status>
				</kw>
				<kw name="Set Variable If" library="BuiltIn">
					<doc>Sets variable based on the given condition.</doc>
					<arguments>
						<arg>${number} &gt; 0</arg>
						<arg>Yes</arg>
						<arg>No</arg>
					</arguments>
					<assign>
						<var>${b}</var>
					</assign>
					<msg timestamp="20200617 13:06:58.041" level="INFO">${b} = Yes</msg>
					<status starttime="20200617 13:06:58.039" status="PASS" endtime="20200617 13:06:58.042"></status>
				</kw>
				<kw name="Log" library="BuiltIn">
					<doc>Logs the given message with the given level.</doc>
					<arguments>
						<arg>${b}</arg>
					</arguments>
					<msg timestamp="20200617 13:06:58.044" level="INFO">Yes</msg>
					<status starttime="20200617 13:06:58.042" status="PASS" endtime="20200617 13:06:58.045"></status>
				</kw>
				<tags>
					<tag>TC2</tag>
				</tags>
				<status starttime="20200617 13:06:58.032" critical="yes" status="PASS" endtime="20200617 13:06:58.046"></status>
			</test>
			<status starttime="20200617 13:06:18.089" status="PASS" endtime="20200617 13:06:58.049"></status>
		</suite>
		<suite name="Test Suite 2" id="s1-s2" source="C:\Users\liza.mathew\robot\WritingTestCases\Test_Suite_2.robot">
			<test name="testcase1" id="s1-s2-t1">
				<kw name="Open Browser" library="SeleniumLibrary">
					<doc>Opens a new browser instance to the optional ``url``.</doc>
					<arguments>
						<arg>https://www.google.com/search?q=qmetry</arg>
						<arg>chrome</arg>
					</arguments>
					<msg timestamp="20200617 13:06:58.067" level="INFO">Opening browser 'chrome' to base url 'https://www.google.com/search?q=qmetry'.</msg>
					<status starttime="20200617 13:06:58.066" status="PASS" endtime="20200617 13:07:03.838"></status>
				</kw>
				<kw name="Maximize Browser Window" library="SeleniumLibrary">
					<doc>Maximizes current browser window.</doc>
					<status starttime="20200617 13:07:03.838" status="PASS" endtime="20200617 13:07:05.967"></status>
				</kw>
				<kw name="Close Browser" library="SeleniumLibrary">
					<doc>Closes the current browser.</doc>
					<status starttime="20200617 13:07:05.968" status="PASS" endtime="20200617 13:07:08.073"></status>
				</kw>
				<status starttime="20200617 13:06:58.065" critical="yes" status="PASS" endtime="20200617 13:07:08.074"></status>
			</test>
			<status starttime="20200617 13:06:58.056" status="PASS" endtime="20200617 13:07:08.076"></status>
		</suite>
		<status starttime="20200617 13:06:17.627" status="PASS" endtime="20200617 13:07:08.083"></status>
	</suite>
	<statistics>
		<total>
			<stat fail="0" pass="3">Critical Tests</stat>
			<stat fail="0" pass="3">All Tests</stat>
		</total>
		<tag>
			<stat fail="0" pass="1">TC2</stat>
		</tag>
		<suite>
			<stat name="WritingTestCases" id="s1" fail="0" pass="3">WritingTestCases</stat>
			<stat name="Test Suite 1" id="s1-s1" fail="0" pass="2">WritingTestCases.Test Suite 1</stat>
			<stat name="Test Suite 2" id="s1-s2" fail="0" pass="1">WritingTestCases.Test Suite 2</stat>
		</suite>
	</statistics>
	<errors>
	</errors>
</robot>
