Jump to content

Silk Test: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m remove links to deleted portals
No edit summary
 
(32 intermediate revisions by 20 users not shown)
Line 1: Line 1:
{{Short description|Software test automation}}
{{Multiple issues|
{{Multiple issues|
{{more citations needed|date=April 2017}}
{{Manual|date=March 2023}}
{{notability|date=April 2017}}
{{Notability|Product|date=March 2023}}
}}
}}

{{Infobox software
{{Infobox software
|name = Silk Test
|name = Silk Test
Line 11: Line 11:
|collapsible =
|collapsible =
|author =
|author =
|developer = [[Micro Focus International]]
|developer = [[OpenText]]
|released =
|released =
|latest release version = 20. 0
|latest release version = 21.0
|latest release date = {{Start date and age|2019|03}}
|latest release date = {{Start date and age|2020|11}}
|latest preview version =
|latest preview version =
|latest preview date =
|latest preview date =
Line 22: Line 22:
|size =
|size =
|language = English, Japanese, Chinese (simplified)
|language = English, Japanese, Chinese (simplified)
|status = Active
|genre = [[Test automation]]
|genre = [[Test automation]]
|license = [[Proprietary software|Proprietary]]
|license = [[Proprietary software|Proprietary]]
Line 28: Line 27:
}}
}}


'''Silk Test''' is a tool for automated function and regression testing of enterprise applications.<ref>https://www.microfocus.com/media/data-sheet/silk_test_ds.pdf</ref> It was originally developed by [[Segue Software]] which was acquired by [[Borland]] in 2006. Borland was acquired by [[Micro Focus International]] in 2009.
'''Silk Test''' is a tool for automated function and regression testing of enterprise applications.<ref>[https://www.microfocus.com/media/data-sheet/silk_test_ds.pdf Silk Test] microfocus.com</ref> It was originally developed by [[Segue Software]] which was acquired by [[Borland]] in 2006. Borland was acquired by [[Micro Focus International]] in 2009 and Micro Focus was later acquired by [[OpenText]] in 2023. The original name for the product from 1993 through 1996 was '''QA Partner'''.


Silk Test offers various clients:
Silk Test offers various clients:
* '''Silk Test Workbench''' allows automation testing on a visual level (similar to former TestPartner) as well as using VB.Net as scripting language
* '''Silk Test Workbench''' allows automation testing on a visual level (similar to former TestPartner) as well as using VB.Net as scripting language
* '''Silk Test Classic''' uses the domain specific 4Test language for automation scripting. It is an object oriented language similar to [[C++]]. It uses the concepts of [[Class (computer programming)|class]]es, [[Object (computer science)|object]]s, and [[Inheritance (object-oriented programming)|inheritance]].
* '''Silk Test Classic''' uses the domain specific 4Test language for automation scripting. It is an object oriented language similar to [[C++]]. It uses the concepts of [[Class (computer programming)|class]]es, [[Object (computer science)|object]]s, and [[Inheritance (object-oriented programming)|inheritance]].
* '''Silk4J''' allows automation in [[Eclipse (software)|Eclipse]] using [[Java (programming language)|Java]] as scripting language
* '''Silk4J''' renamed UFT Developer allows automation in [[Eclipse (software)|Eclipse]] using [[Java (programming language)|Java]] as scripting language
* '''Silk4Net''' allows the same in [[Microsoft Visual Studio|Visual Studio]] using [[Visual Basic|VB]] or [[C Sharp (programming language)|C#]]
* '''Silk4Net''' renamed UFT Developer allows the same in [[Microsoft Visual Studio|Visual Studio]] using [[Visual Basic|VB]] or [[C Sharp (programming language)|C#]]


==Features==
==Main features of Silk Test==
Silk Test Client is an IDE for creating, maintaining and executing tests.


*'''Silk Test Client''' is an IDE for creating, maintaining and executing tests.
*'''Silk Test Agent''': translates the script commands into GUI commands (User actions). These commands can be executed on the same machine as the host or on a remote machine.
*'''Silk Test Agent''': translates the script commands into GUI commands (User actions). These commands can be executed on the same machine as the host or on a remote machine.


Line 45: Line 44:
Silk Test supports both recording and descriptive programming methods to identify and verify the elements in the AUT. It also identifies any mouse movements and keystrokes, enabling testing against custom objects in the AUT.
Silk Test supports both recording and descriptive programming methods to identify and verify the elements in the AUT. It also identifies any mouse movements and keystrokes, enabling testing against custom objects in the AUT.


Silk Test supports testing of different technologies: Mobile (iOS, Android) .NET (WinForms, WPF), Java (Swing, SWT), DOM, IE, Firefox, Chrome, Edge, Safari, SAP Windows GUI.
Silk Test supports testing of different technologies: Mobile (iOS, Android), .NET (WinForms, WPF), Java (Swing, SWT), DOM, IE, Firefox, Chrome, Edge, Safari, SAP Windows GUI.


==History of Silk Test==
==History==
* 1993-1996: QA Partner ([[Segue Software]]).
* 1993-1996: QA Partner ([[Segue Software]]).
* 1996: QA Partner was renamed to Silk Test.
* 1996: QA Partner was renamed to Silk Test.
Line 53: Line 52:
* 2009: [[Micro Focus International]] acquired [[Borland]] and the Quality Solutions (including the automation tool [[TestPartner]]) part of [[Compuware]].
* 2009: [[Micro Focus International]] acquired [[Borland]] and the Quality Solutions (including the automation tool [[TestPartner]]) part of [[Compuware]].
* 2009: Introduction of Silk4J.
* 2009: Introduction of Silk4J.
* 2010: Introduction of Silk Test Workbench (the successor of [[TestPartner]]) and Silk4NET. Silk Test is now used for the overall functional testing solution at [[Micro Focus International]] and the 4Test client has been renamed to Silk Test Classic.<ref>https://supportline.microfocus.com/Documentation/Books/ASQ/SilkTest/2010/SilkTest_ReleaseNotes.pdf</ref>
* 2010: Introduction of Silk Test Workbench (the successor of [[TestPartner]]) and Silk4NET. Silk Test is now used for the overall functional testing solution at [[Micro Focus International]] and the 4Test client has been renamed to Silk Test Classic.<ref>[https://supportline.microfocus.com/Documentation/Books/ASQ/SilkTest/2010/SilkTest_ReleaseNotes.pdf Silk Test release notes] microfocus.com/</ref>
* 2017: Introduction of Silk WebDriver,<ref>https://www.microfocus.com/products/silk-portfolio/silk-webdriver</ref> a free derivative of Silk Test for recording and replaying Selenium scripts.
* 2017: Introduction of Silk WebDriver,<ref>{{cite web |url=https://www.microfocus.com/products/silk-portfolio/silk-webdriver |title = Silk test automation for web, mobile and enterprise apps {{!}} Micro Focus}}</ref> a free derivative of Silk Test for recording and replaying Selenium scripts.
* 2023: [[OpenText]] acquired Micro Focus International.


==See also==
==See also==

*[[Test automation]]
*[[Test automation]]
*[[List of GUI testing tools]]
*[[List of GUI testing tools]]


==References==
==References==
{{Reflist}}
<references/>


==External links==
==External links==
Line 68: Line 67:
* [http://documentation.microfocus.com:8080/help/nav/11_2 Official documentation]
* [http://documentation.microfocus.com:8080/help/nav/11_2 Official documentation]
* [http://community.microfocus.com/borland/test/silk_test Silk Test Community]
* [http://community.microfocus.com/borland/test/silk_test Silk Test Community]

== Further reading ==
* {{cite book|url=https://books.google.com/books?id=DuinhInx0moC&dq=%22Silk+Test%22&pg=167|pages=168–198|isbn=9788177225327 |title=Software Testing Tools: Covering WinRunner, Silk Test, LoadRunner, JMeter and TestDirector with case studies w/CD |date=21 May 2004 |publisher=Dreamtech Press }}

{{OpenText}}


{{DEFAULTSORT:Silktest}}
{{DEFAULTSORT:Silktest}}
[[Category:OpenText]]
[[Category:Graphical user interface testing]]
[[Category:Graphical user interface testing]]
[[Category:Micro Focus International]]
[[Category:Micro Focus International]]

Latest revision as of 02:37, 31 January 2024

Silk Test
Developer(s)OpenText
Stable release
21.0 / November 2020; 4 years ago (2020-11)
Operating systemMicrosoft Windows
Available inEnglish, Japanese, Chinese (simplified)
TypeTest automation
LicenseProprietary
Websitewww.microfocus.com/products/silk-portfolio/silk-test/

Silk Test is a tool for automated function and regression testing of enterprise applications.[1] It was originally developed by Segue Software which was acquired by Borland in 2006. Borland was acquired by Micro Focus International in 2009 and Micro Focus was later acquired by OpenText in 2023. The original name for the product from 1993 through 1996 was QA Partner.

Silk Test offers various clients:

  • Silk Test Workbench allows automation testing on a visual level (similar to former TestPartner) as well as using VB.Net as scripting language
  • Silk Test Classic uses the domain specific 4Test language for automation scripting. It is an object oriented language similar to C++. It uses the concepts of classes, objects, and inheritance.
  • Silk4J renamed UFT Developer allows automation in Eclipse using Java as scripting language
  • Silk4Net renamed UFT Developer allows the same in Visual Studio using VB or C#

Features

[edit]

Silk Test Client is an IDE for creating, maintaining and executing tests.

  • Silk Test Agent: translates the script commands into GUI commands (User actions). These commands can be executed on the same machine as the host or on a remote machine.

Silk Test identifies all windows and controls of the application under test as objects and defines all of the properties and attributes of each window. Thus it supports an object-based implementation.

Silk Test supports both recording and descriptive programming methods to identify and verify the elements in the AUT. It also identifies any mouse movements and keystrokes, enabling testing against custom objects in the AUT.

Silk Test supports testing of different technologies: Mobile (iOS, Android), .NET (WinForms, WPF), Java (Swing, SWT), DOM, IE, Firefox, Chrome, Edge, Safari, SAP Windows GUI.

History

[edit]
  • 1993-1996: QA Partner (Segue Software).
  • 1996: QA Partner was renamed to Silk Test.
  • 2006: Borland acquired Segue Software.
  • 2009: Micro Focus International acquired Borland and the Quality Solutions (including the automation tool TestPartner) part of Compuware.
  • 2009: Introduction of Silk4J.
  • 2010: Introduction of Silk Test Workbench (the successor of TestPartner) and Silk4NET. Silk Test is now used for the overall functional testing solution at Micro Focus International and the 4Test client has been renamed to Silk Test Classic.[2]
  • 2017: Introduction of Silk WebDriver,[3] a free derivative of Silk Test for recording and replaying Selenium scripts.
  • 2023: OpenText acquired Micro Focus International.

See also

[edit]

References

[edit]
  1. ^ Silk Test microfocus.com
  2. ^ Silk Test release notes microfocus.com/
  3. ^ "Silk test automation for web, mobile and enterprise apps | Micro Focus".
[edit]

Further reading

[edit]