<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Software Testing Interview Questions &#187; SilkTest Interview Questions1</title>
	<atom:link href="http://www.bugtest.info/category/silktest-interview-questions1/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bugtest.info</link>
	<description>Software Testing Interview Question &#124; Test Director Interview question &#124; Load Runner interview questions &#124; QTP interview questions &#124; Silk Test Interview questions &#124; Win Runner  Interview questions &#124; Software Quality Assurance Interview Questions &#124; Automated Testing Interview Questions &#124; Manual Testing Interview Questions</description>
	<pubDate>Wed, 06 Aug 2008 18:53:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>SilkTest Question 44: How to email test results using Microsoft Outlook?</title>
		<link>http://www.bugtest.info/silktest-question-44-how-to-email-test-results-using-microsoft-outlook/</link>
		<comments>http://www.bugtest.info/silktest-question-44-how-to-email-test-results-using-microsoft-outlook/#comments</comments>
		<pubDate>Fri, 10 Nov 2006 16:27:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[SilkTest Interview Questions1]]></category>

		<guid isPermaLink="false">http://www.bugtest.info/2006/silktest-question-44-how-to-email-test-results-using-microsoft-outlook.html</guid>
		<description><![CDATA[My indolent QA Manager wants me to send him the result of execution functional test every night and I&#8217;m been sluggish too don&#8217;t want to create and send emails manually. Can I send email with attachment using Silk Test?
Everything is possible in SikTest world. I use &#8220;partner -resextract -r &#8220;C:\Program Files\Segue\SilkTest\Projects\Winrunner\TestCase.pln&#8221; to extract test report. [...]]]></description>
			<content:encoded><![CDATA[<p>My indolent QA Manager wants me to send him the result of execution functional test every night and I&#8217;m been sluggish too don&#8217;t want to create and send emails manually. Can I send email with attachment using Silk Test?</p>
<p>Everything is possible in SikTest world. I use &#8220;partner -resextract -r &#8220;C:\Program Files\Segue\SilkTest\Projects\Winrunner\TestCase.pln&#8221; to extract test report. Next I created code below and save it as qtp.vbs (note vbs extension) and run newly created file with the following command &#8220;wscript qtp.vbs&#8221;.</p>
<p>objOutlook<br />Dim objOutlookMsg<br />Set objOutlook = CreateObject(&#8221;Outlook.Application&#8221;)<br />Set objOutlookMsg = objOutlook.CreateItem(olMailItem)<br />objOutlookMsg.To = &#8220;manager@automated.software.testing.com&#8221;<br />objOutlookMsg.CC = &#8220;debug@automated.software.testing.com &#8220;<br />objOutlookMsg.BCC = &#8220;&#8221;<br />objOutlookMsg.Subject = &#8220;Nightly build verification completed&#8221;<br />objOutlookMsg.Body = &#8220;Dear SQA Manager, attached is the result of execution of my lame test&#8221;<br />objOutlookMsg.Attachments.Add &#8220;test report&#8221;<br />objOutlookMsg.Send</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugtest.info/silktest-question-44-how-to-email-test-results-using-microsoft-outlook/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
