<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>UFT &#8211; MySkillPoint</title>
	<atom:link href="https://myskillpoint.com/category/uft/feed/" rel="self" type="application/rss+xml" />
	<link>https://myskillpoint.com</link>
	<description></description>
	<lastBuildDate>Sat, 02 Apr 2022 14:02:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>

<image>
	<url>https://myskillpoint.com/wp-content/uploads/2020/09/fav_15_5899439060.png</url>
	<title>UFT &#8211; MySkillPoint</title>
	<link>https://myskillpoint.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>VBScript Error Handling in UFT</title>
		<link>https://myskillpoint.com/vbscript-error-handling-in-uft-examples/</link>
					<comments>https://myskillpoint.com/vbscript-error-handling-in-uft-examples/#respond</comments>
		
		<dc:creator><![CDATA[Sarfaraz]]></dc:creator>
		<pubDate>Sat, 02 Apr 2022 13:16:00 +0000</pubDate>
				<category><![CDATA[UFT]]></category>
		<category><![CDATA[VBA]]></category>
		<guid isPermaLink="false">https://myskillpoint.com/?p=14056</guid>

					<description><![CDATA[In VBScript Error Handling is mechanism to handle unwanted exceptions that might break the execution of code leading to failure of the script. So, exception handling plays a very crucial role in writing a robust scripts so that if any error occurs at runtime, the programme keeps executing the next steps even after the occurrence [&#8230;]]]></description>
		
					<wfw:commentRss>https://myskillpoint.com/vbscript-error-handling-in-uft-examples/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>VBScript If Else &#038; ElseIf Statement in UFT &#124; Excel</title>
		<link>https://myskillpoint.com/vbscript-if-else-elseif-statement-in-uft-excel/</link>
					<comments>https://myskillpoint.com/vbscript-if-else-elseif-statement-in-uft-excel/#respond</comments>
		
		<dc:creator><![CDATA[Sarfaraz]]></dc:creator>
		<pubDate>Sat, 02 Apr 2022 07:01:33 +0000</pubDate>
				<category><![CDATA[UFT]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[nested if else vbscript]]></category>
		<category><![CDATA[UFT if else]]></category>
		<category><![CDATA[VBScript if else statement]]></category>
		<guid isPermaLink="false">https://myskillpoint.com/?p=13982</guid>

					<description><![CDATA[In VBScript, the If Else or elseif statement is used to write down decision-making statements. If the specified condition becomes true the code in the if block will be executed otherwise the code in the else block will be executed. We can use different types if statements based on the following scenarios. If statement without [&#8230;]]]></description>
		
					<wfw:commentRss>https://myskillpoint.com/vbscript-if-else-elseif-statement-in-uft-excel/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>VBA Date Functions in UFT &#124; Excel</title>
		<link>https://myskillpoint.com/vba-date-functions-in-uft/</link>
					<comments>https://myskillpoint.com/vba-date-functions-in-uft/#comments</comments>
		
		<dc:creator><![CDATA[Sarfaraz]]></dc:creator>
		<pubDate>Sun, 13 Mar 2022 10:19:42 +0000</pubDate>
				<category><![CDATA[UFT]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[date functions in UFT]]></category>
		<category><![CDATA[Date functions in VBA]]></category>
		<category><![CDATA[VBA date functions]]></category>
		<guid isPermaLink="false">https://myskillpoint.com/?p=13733</guid>

					<description><![CDATA[In this article, I&#8217;ll show you various built-in VBA date and time functions that we can leverage in UFT automation scripts or in an excel macro and other places to cater different needs. Also, while doing automation sometimes we have to deal with different date formats and it becomes a troublesome activity to convert the [&#8230;]]]></description>
		
					<wfw:commentRss>https://myskillpoint.com/vba-date-functions-in-uft/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Array in VBA UFT Excel</title>
		<link>https://myskillpoint.com/array-in-vba-uft-excel/</link>
					<comments>https://myskillpoint.com/array-in-vba-uft-excel/#respond</comments>
		
		<dc:creator><![CDATA[Sarfaraz]]></dc:creator>
		<pubDate>Sun, 10 Oct 2021 14:55:12 +0000</pubDate>
				<category><![CDATA[UFT]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[array in uft]]></category>
		<category><![CDATA[array in vba]]></category>
		<category><![CDATA[vba array]]></category>
		<guid isPermaLink="false">https://myskillpoint.com/?p=13426</guid>

					<description><![CDATA[Array in VBA &#8211; In this tutorial, I will show you how to use arrays in VBScript. Let me first explain you what is an array in VBScript. An array in VB is a collection of elements, in another way we can say that it is a special type of variable that is used to store [&#8230;]]]></description>
		
					<wfw:commentRss>https://myskillpoint.com/array-in-vba-uft-excel/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>VBScript MySQL Database Connection in UFT</title>
		<link>https://myskillpoint.com/vbscript-mysql-database-connection-in-uft/</link>
					<comments>https://myskillpoint.com/vbscript-mysql-database-connection-in-uft/#respond</comments>
		
		<dc:creator><![CDATA[Sarfaraz]]></dc:creator>
		<pubDate>Sun, 22 Aug 2021 08:41:38 +0000</pubDate>
				<category><![CDATA[UFT]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[mysql db connection with VBScript]]></category>
		<category><![CDATA[Read mysql database in uft]]></category>
		<category><![CDATA[Read mysql database in vbscript]]></category>
		<category><![CDATA[vbscript mysql connectivity]]></category>
		<guid isPermaLink="false">https://myskillpoint.com/?p=12911</guid>

					<description><![CDATA[In this article, I will show you how to connect MySQL Database in UFT using VBScript and perform read and write operations in MySQL Database Table. Nowadays MySQL database is widely used by developers as well as automation testers / SDETs.So you must know how to establish the connection of UFT with the MySQL database. [&#8230;]]]></description>
		
					<wfw:commentRss>https://myskillpoint.com/vbscript-mysql-database-connection-in-uft/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>VBScript Loops: Do Loop, For Loop, For Each, and While Loop</title>
		<link>https://myskillpoint.com/vbscript-loops-tutorial-uft/</link>
					<comments>https://myskillpoint.com/vbscript-loops-tutorial-uft/#respond</comments>
		
		<dc:creator><![CDATA[Sarfaraz]]></dc:creator>
		<pubDate>Fri, 20 Aug 2021 19:33:34 +0000</pubDate>
				<category><![CDATA[UFT]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[do loop in UFT]]></category>
		<category><![CDATA[do loop in vba]]></category>
		<category><![CDATA[exit a loop in uft]]></category>
		<category><![CDATA[for each loop in UFT]]></category>
		<category><![CDATA[infinite loop]]></category>
		<category><![CDATA[Looping]]></category>
		<category><![CDATA[Loops in UFT]]></category>
		<category><![CDATA[Loops in VBA]]></category>
		<category><![CDATA[while loop in UFT]]></category>
		<category><![CDATA[while loop in vba]]></category>
		<guid isPermaLink="false">https://myskillpoint.com/?p=12806</guid>

					<description><![CDATA[In this article, I will show you how to use different types of Loops in UFT using VBScripting to iterate certain statements a specific number of times in order to optimize the script rather than copy-pasting the same statement many times. VBScript Loops in UFT with Example Do&#8230;Loop statement The Do&#8230;Loop statement instructs UFT One [&#8230;]]]></description>
		
					<wfw:commentRss>https://myskillpoint.com/vbscript-loops-tutorial-uft/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Read and Update XML File in UFT &#124; VBA</title>
		<link>https://myskillpoint.com/read-and-update-xml-file-in-uft-vba/</link>
					<comments>https://myskillpoint.com/read-and-update-xml-file-in-uft-vba/#respond</comments>
		
		<dc:creator><![CDATA[Sarfaraz]]></dc:creator>
		<pubDate>Fri, 20 Aug 2021 13:28:05 +0000</pubDate>
				<category><![CDATA[UFT]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[CreateObject("Microsoft.XMLDOM")]]></category>
		<category><![CDATA[Nodes.length]]></category>
		<category><![CDATA[read xml attribute value in UFT]]></category>
		<category><![CDATA[read xml attribute value in vba]]></category>
		<category><![CDATA[Read XML File in UFT]]></category>
		<category><![CDATA[read xml node in uft]]></category>
		<category><![CDATA[read xml node in vba]]></category>
		<category><![CDATA[Update XML File in UFT XML]]></category>
		<category><![CDATA[update xml in UFT]]></category>
		<category><![CDATA[update xml in VBA]]></category>
		<guid isPermaLink="false">https://myskillpoint.com/?p=12721</guid>

					<description><![CDATA[In this article, I will show you how to read and update XML File in UFT using VBA. In order to perform operations like reading, writing and updating data in XML File in UFT, we will use the COM object of Microsoft XML Parser. We can create the object of Microsoft XML Parser using the [&#8230;]]]></description>
		
					<wfw:commentRss>https://myskillpoint.com/read-and-update-xml-file-in-uft-vba/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Most Useful VBScript Functions That You Must Know</title>
		<link>https://myskillpoint.com/most-useful-vbscript-methods-in-uft/</link>
					<comments>https://myskillpoint.com/most-useful-vbscript-methods-in-uft/#respond</comments>
		
		<dc:creator><![CDATA[Sarfaraz]]></dc:creator>
		<pubDate>Sat, 14 Aug 2021 17:24:56 +0000</pubDate>
				<category><![CDATA[UFT]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[DateAdd Function in VBscript]]></category>
		<category><![CDATA[DateDiff Function in VBscript]]></category>
		<category><![CDATA[DateDiff Function in VBscript]]></category>
		<category><![CDATA[DatePart Function in VBScript]]></category>
		<category><![CDATA[Day Function in VBscript]]></category>
		<category><![CDATA[Instr]]></category>
		<category><![CDATA[Mid Function in VBScript]]></category>
		<category><![CDATA[Split Function in VBscript]]></category>
		<category><![CDATA[UBound Function in VBscript]]></category>
		<category><![CDATA[VBScript functions]]></category>
		<guid isPermaLink="false">https://myskillpoint.com/?p=12520</guid>

					<description><![CDATA[In this article,I will discuss a few commonly used VBScript methods in UFT that you must know to write better optimized automation script in less time.So keep reading. Frquently Used VBScript Methods in UFT InStr Function in VBscript The InStr method returns the position of the first occurrence of one string within another.We can use [&#8230;]]]></description>
		
					<wfw:commentRss>https://myskillpoint.com/most-useful-vbscript-methods-in-uft/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Import an Excel File into Datatable in UFT</title>
		<link>https://myskillpoint.com/how-to-import-an-excel-file-into-datatable-in-uft/</link>
					<comments>https://myskillpoint.com/how-to-import-an-excel-file-into-datatable-in-uft/#respond</comments>
		
		<dc:creator><![CDATA[Sarfaraz]]></dc:creator>
		<pubDate>Tue, 24 Nov 2020 17:50:35 +0000</pubDate>
				<category><![CDATA[UFT]]></category>
		<category><![CDATA[datatable.import]]></category>
		<category><![CDATA[import excel file into UFT]]></category>
		<category><![CDATA[import excel sheet in uft]]></category>
		<category><![CDATA[import excel sheet into UFT Datatable]]></category>
		<guid isPermaLink="false">http://myskillpoint.com/?p=6821</guid>

					<description><![CDATA[UFT is now known as UFT One with version 15.0 onwards. In this tutorial, I will show you how to import an excel file into Datatable. I will also show you how to import only the desired excel sheet into the UFT datatable. So, let&#8217;s start. DataTable.Import in UFT &#124; How to Import an Excel [&#8230;]]]></description>
		
					<wfw:commentRss>https://myskillpoint.com/how-to-import-an-excel-file-into-datatable-in-uft/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What are new Features in the UFT One Datatable?</title>
		<link>https://myskillpoint.com/what-are-new-features-in-new-uft-one-datatable/</link>
					<comments>https://myskillpoint.com/what-are-new-features-in-new-uft-one-datatable/#respond</comments>
		
		<dc:creator><![CDATA[Sarfaraz]]></dc:creator>
		<pubDate>Tue, 24 Nov 2020 16:48:52 +0000</pubDate>
				<category><![CDATA[UFT]]></category>
		<category><![CDATA[datatable new features]]></category>
		<category><![CDATA[Issues in UFT One Data tables]]></category>
		<category><![CDATA[new features in datatable]]></category>
		<category><![CDATA[new features in uft datatable]]></category>
		<category><![CDATA[new features in UFT One Datatable]]></category>
		<category><![CDATA[new uft datatable features]]></category>
		<category><![CDATA[uft datatable new features]]></category>
		<category><![CDATA[UFT One Datatable]]></category>
		<guid isPermaLink="false">http://myskillpoint.com/?p=6925</guid>

					<description><![CDATA[UFT is now known as UFT One with version 15.0 onwards. As usual with every new version some new features are added to UFT. In this tutorial, we will see the new features of UFT One datatable and its known issues. So, let&#8217;s start. UFT One DataTable New Features UFT One&#8217;s brand new data table [&#8230;]]]></description>
		
					<wfw:commentRss>https://myskillpoint.com/what-are-new-features-in-new-uft-one-datatable/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 
Database Caching 45/162 queries in 0.067 seconds using Disk

Served from: myskillpoint.com @ 2026-05-09 03:20:08 by W3 Total Cache
-->