SlideShare a Scribd company logo
Test Automation Training
Installation of Silk Test Framework
Introduction to Software Test Automation Architecture
Burak AVCI
Test Automation Application Lead
www.burakavci.com.tr
As one of the most popular subjects of recent years, Software Test Automation, which allows you to automate your own
products’ tests by installing numerous Framework architectures’ paid or trial versions to your personal computer. One of the
main reasons of crafting this presentation is to educate those, who interests in Software Test Automation, on the basics of
Automation and how to handle this Automation process on their personal computers.
Selenium, which is mainly for Web Browser based products, is well known among the free Framework architectures. As for the
mobile devices, Appium Framework is a reliable free Framework architecture.
For those, who requests a Framework architecture available to both Mobile and Desktop, there are various licensed products
such as; Silk Test Framework, SmartBear TestCompete, HP QuickTest Professional, and Ranorex.
In General, both licensed and open source Test Automation Software programs are fulfilling the same tasks, licensed Automation
products have more advanced structure and offer technical support during the installation of the product. On the contrary, open
source software programs do not offer the same technical support when a problem occurs, and the user has the responsibility.
Thus, serious companies usually do not consider open source software programs as their automation software. In addition to the
aforementioned weaknesses of open source software programs, the security risks and sustainability of these programs also
contribute to serious companies’ choice of licensed products.
In this presentation, I am going to explain how to install Silk Test Framework’s Trial version, which is a test automation software
by Micro Focus, to the personal computers.
Firstly, the 45 days trial version will be downloaded from Try Silk Test free for 45 days: www.microfocus.com/products/silk-
portfolio/silk-test/trial/ on this website, fill the form and click the download here button. The download link will be sent to your
mail address. On this link, click Silk Test 18.5(the latest version)-Software Product to download the software to your computer.
The file size is approximately 1 GB.
To install this software, Visual Studio 2015 should be installed on your computer. Microsoft Visual Studio Enterprise 2015(its
latest version and license) can be downloaded from the internet.
Run the Silk Text setup file, the installation will be started. Follow the instructions by clicking the next button. When the
installation components screen appear, click complete to install all the components such as; Workbench, Open Agent, Silk4NET,
TrueLog.
I would suggest you to install the all components, which will be useful for automation process.
As instructed on the first picture, click Next to proceed. Complementary with the explanation on the second picture, I would
suggest you to install the software to Program Files as a Default installation.
You may leave Add Windows firewall exceptions checked, or you may not add it to Windows Firewall onaylı kalabilir veya
Windows güvenlik duvarına eklemeye bilirsiniz. When you are creating software architecture with Silk Test Framework, you can
write Visual C# and use Silk4NET or you can install Eclipse IDE and using JAVA programming on Silk4J. I will be explaining the first
method on Microsoft Visual C# and Silk4NET. Follow the instructions above and click Next to proceed.
Since Visual Studio 2015 is already installed, the local computer automatically recognized it, as instructed above. Click to Next
button to proceed Silk4NET installation. P.S: Silk4NET does not support Visual Studio 2017 currently (valid for 2013 and 2015
versions), thus it will not integrate with Visual Studio 2017. However, the newer versions will be able to integrate with Visual
Studio 2017.
Since I am not using macOS device, I have left empty this tag. But, as it can be seen, Silk Test Framework also supports Apple Mac
OS
After the completion of installation settings, you can proceed to installation by clicking Install. After installation, proceed as
Recommended option below, and choose the Evaluation license, which is valid for 45 days.
After you are done with Installation and license, click Done to restart your computer. Silk Test Framework is now installed to your
computer. After you have restarted your computer, you can open Visual Studio and activate Silk Test Open Agent, by clicking Silk
Test and using Silk4NET tab on Silk Test.
Important installed tools; (I would suggest you to locate them on your
desktop as a shortcut)
Silk Test: Framework
Silk Test Open Agent: Agent
Silk TrueLog Explorer: Detaylı Log Analizi
Silk Test Workbench: Locator Bulma ve Record
When you have opened Visual Studio, if you
see Silk4NET Start Page and Silk4NET tab
among the tabs above, then the integration
process has been completed correctly.
The basic fact of the medium layer, which is also known as Keywords layer,is the Framework methods on Driver layer, such as;
Locator, XPath, CSS Selectors, or simplified Locator created within this layer. The choice of creating automation script and test
script by the test engineer, and the coding process, is going to be conducted on the Implementation Layer, which is the medium
layer of automation.
In order to create the first project (Solution), click the New Project on
Silk4NET tab. When creating a new solution, type a different Solution Name
and Name. The reason for typing solution name and name is to prevent
architectural complexity and have a stable and smooth process when
creating different projects and layers.
Basically, to introduce the architecture of infrastructure (Web Browser,
Desktop or Mobile), which will be used for the automation, the layer
defined as; Hardware or Driver Layer has been used to set up the
connection between infrastructure and automation framework. The
methods and quality of the Framework will be determined in this layer.
Face up layer is the layer, which the test engineer will use and conduct the tests. In this phase, the test engineer does not need to
work on the coding. Automation tests can be conducted via Unit Test Class or by writing scripts on Silk Central via using Silk’s
Keyword Driven Test feature. The test engineers might have some technical difficulties on Locator, Xpath due to the HTML tag
requirement (id, Text, caption) for some tests. In order to overcome this issue and conduct the tests easily, the engineers can use
Silk Test Workbench.
In the previous slides, I have tried to explain the basics of Software Test Automation. This process is valid for the most of the test
automation software programs. If you want to further enhance your skills on test automation, you can check out Test
Automation Robot Framework (robotframework.org), Test Automation Frameworks (Free and Licenced), and Cross Browser
Testing Tools.
Sample structure of the architecture I have created has been illustrated on the
right. You can craft your Test automation infrastructure by creating Web or
Desktop structure. As illustrated on the picture, Framework project buttresses
the other projects as well, and thus programmers, who are working on the
other products, do not need to create Driver method, due to their completion
on the Framework layer. I will explain the other structure in this presentation in
the next presentations.
In this presentation, you have been familiarized with the basic Framework
installation, creating a project on Framework software, and Silk Test software.
As an additional information, I would like to mention about PoC
Proof of Concept (PoC) can be basically described as a proof of a notion. In BT
technologies, it can be also defined as Demo, created by using of the real data.
As another definition, PoC is the test of a product on a small scale, which has
not reached the production phase. On a mobile PoC; you will be given an APK,
which will allow you to create scenario steps such as; login and function, and
test these steps on the architecture you have created, to prove these scenario
steps are working.

More Related Content

What's hot

Selenium - The Way Of Success
Selenium - The Way Of SuccessSelenium - The Way Of Success
Selenium - The Way Of SuccessZbyszek Mockun
 
Overview of Visual Studio Team System 2010
Overview of Visual Studio Team System 2010Overview of Visual Studio Team System 2010
Overview of Visual Studio Team System 2010
joycsc
 
Unit testing with visual studio 2012
Unit testing with visual studio 2012Unit testing with visual studio 2012
Unit testing with visual studio 2012Abhimanyu Singhal
 
Introduction of VS2012 IDE and ASP.NET Controls
Introduction of VS2012 IDE and ASP.NET ControlsIntroduction of VS2012 IDE and ASP.NET Controls
Introduction of VS2012 IDE and ASP.NET Controls
KhademulBasher
 
How to configure Appium with android IDE & eclipse
How to configure Appium with android IDE & eclipseHow to configure Appium with android IDE & eclipse
How to configure Appium with android IDE & eclipse
Haitham Refaat
 
Introduction to the .NET Access Control Service
Introduction to the .NET Access Control ServiceIntroduction to the .NET Access Control Service
Introduction to the .NET Access Control Servicebutest
 
Selenium training in chennai
Selenium training in chennaiSelenium training in chennai
Selenium training in chennai
Thecreating Experts
 
UI testing frameworks and the Coded UI testing paradigm
UI testing frameworks and the Coded UI testing paradigm UI testing frameworks and the Coded UI testing paradigm
UI testing frameworks and the Coded UI testing paradigm
Arnold Stellio
 
Stepin evening presented
Stepin evening presentedStepin evening presented
Stepin evening presentedVijayan Reddy
 
Selenium Interview Questions & Answers
Selenium Interview Questions & AnswersSelenium Interview Questions & Answers
Selenium Interview Questions & Answers
Techcanvass
 
Advanced Coded UI Testing
Advanced Coded UI TestingAdvanced Coded UI Testing
Advanced Coded UI Testing
Shai Raiten
 
Using FlexUnit 4 with Flash CS5
Using FlexUnit 4 with Flash CS5Using FlexUnit 4 with Flash CS5
Using FlexUnit 4 with Flash CS5
Ben Schmidtke III
 
Selenium ide1
Selenium ide1Selenium ide1
Selenium ide1mindqqa
 
How to build your own Android App -Step by Step Guide
How to build your own Android App -Step by Step GuideHow to build your own Android App -Step by Step Guide
How to build your own Android App -Step by Step Guide
Ace Web Academy -Career Development Center
 
Integrating SalesforceDX and Test Automation
Integrating SalesforceDX and Test AutomationIntegrating SalesforceDX and Test Automation
Integrating SalesforceDX and Test Automation
Richard Clark
 
Igor Cernopolc - Http authentication in automated testing - presentation script
Igor Cernopolc - Http authentication in automated testing - presentation scriptIgor Cernopolc - Http authentication in automated testing - presentation script
Igor Cernopolc - Http authentication in automated testing - presentation scriptCodecamp Romania
 

What's hot (18)

Selenium - The Way Of Success
Selenium - The Way Of SuccessSelenium - The Way Of Success
Selenium - The Way Of Success
 
Overview of Visual Studio Team System 2010
Overview of Visual Studio Team System 2010Overview of Visual Studio Team System 2010
Overview of Visual Studio Team System 2010
 
Unit testing with visual studio 2012
Unit testing with visual studio 2012Unit testing with visual studio 2012
Unit testing with visual studio 2012
 
Introduction of VS2012 IDE and ASP.NET Controls
Introduction of VS2012 IDE and ASP.NET ControlsIntroduction of VS2012 IDE and ASP.NET Controls
Introduction of VS2012 IDE and ASP.NET Controls
 
How to configure Appium with android IDE & eclipse
How to configure Appium with android IDE & eclipseHow to configure Appium with android IDE & eclipse
How to configure Appium with android IDE & eclipse
 
Introduction to the .NET Access Control Service
Introduction to the .NET Access Control ServiceIntroduction to the .NET Access Control Service
Introduction to the .NET Access Control Service
 
Selenium training in chennai
Selenium training in chennaiSelenium training in chennai
Selenium training in chennai
 
Coded ui test
Coded ui testCoded ui test
Coded ui test
 
UI testing frameworks and the Coded UI testing paradigm
UI testing frameworks and the Coded UI testing paradigm UI testing frameworks and the Coded UI testing paradigm
UI testing frameworks and the Coded UI testing paradigm
 
Stepin evening presented
Stepin evening presentedStepin evening presented
Stepin evening presented
 
Selenium Interview Questions & Answers
Selenium Interview Questions & AnswersSelenium Interview Questions & Answers
Selenium Interview Questions & Answers
 
Advanced Coded UI Testing
Advanced Coded UI TestingAdvanced Coded UI Testing
Advanced Coded UI Testing
 
Using FlexUnit 4 with Flash CS5
Using FlexUnit 4 with Flash CS5Using FlexUnit 4 with Flash CS5
Using FlexUnit 4 with Flash CS5
 
Selenium ide1
Selenium ide1Selenium ide1
Selenium ide1
 
How to build your own Android App -Step by Step Guide
How to build your own Android App -Step by Step GuideHow to build your own Android App -Step by Step Guide
How to build your own Android App -Step by Step Guide
 
Integrating SalesforceDX and Test Automation
Integrating SalesforceDX and Test AutomationIntegrating SalesforceDX and Test Automation
Integrating SalesforceDX and Test Automation
 
Igor Cernopolc - Http authentication in automated testing - presentation script
Igor Cernopolc - Http authentication in automated testing - presentation scriptIgor Cernopolc - Http authentication in automated testing - presentation script
Igor Cernopolc - Http authentication in automated testing - presentation script
 
Automated Testing
Automated TestingAutomated Testing
Automated Testing
 

Similar to Installation of Silk Test Framework

Develop MS Office Plugins
Develop MS Office Plugins Develop MS Office Plugins
Develop MS Office Plugins
Mindfire Solutions
 
Using galen framework for automated cross browser layout testing
Using galen framework for automated cross browser layout testingUsing galen framework for automated cross browser layout testing
Using galen framework for automated cross browser layout testing
Sarah Elson
 
Getting started with test complete 7
Getting started with test complete 7Getting started with test complete 7
Getting started with test complete 7
Hoamuoigio Hoa
 
How to Perform Test Automation With Gauge & Selenium Framework
How to Perform Test Automation With Gauge & Selenium Framework How to Perform Test Automation With Gauge & Selenium Framework
How to Perform Test Automation With Gauge & Selenium Framework
Sarah Elson
 
Quiz application system project report..pdf
Quiz application system project report..pdfQuiz application system project report..pdf
Quiz application system project report..pdf
Kamal Acharya
 
PERTEMUAN 3_INTRO TO ANDROID APP DEV.pdf
PERTEMUAN 3_INTRO TO ANDROID APP DEV.pdfPERTEMUAN 3_INTRO TO ANDROID APP DEV.pdf
PERTEMUAN 3_INTRO TO ANDROID APP DEV.pdf
arfa442827
 
Integration Testing A Brief Guide.pdf
Integration Testing A Brief Guide.pdfIntegration Testing A Brief Guide.pdf
Integration Testing A Brief Guide.pdf
RohitBhandari66
 
Automation Framework Design
Automation Framework DesignAutomation Framework Design
Automation Framework DesignKunal Saxena
 
A report on mvc using the information
A report on mvc using the informationA report on mvc using the information
A report on mvc using the information
Toushik Paul
 
Tutorial test driven development with Visual Studio 2012
Tutorial test driven development with Visual Studio 2012Tutorial test driven development with Visual Studio 2012
Tutorial test driven development with Visual Studio 2012
Hong Le Van
 
Introduction to the .NET Access Control Service
Introduction to the .NET Access Control ServiceIntroduction to the .NET Access Control Service
Introduction to the .NET Access Control Servicebutest
 
Basics of Scriptless Automation for Web and Mobile Apps (1).pdf
Basics of Scriptless Automation for Web and Mobile Apps (1).pdfBasics of Scriptless Automation for Web and Mobile Apps (1).pdf
Basics of Scriptless Automation for Web and Mobile Apps (1).pdf
pcloudy2
 
jDriver Presentation
jDriver PresentationjDriver Presentation
jDriver Presentation
freelancer_testautomation
 
Onine exam 1
Onine exam 1Onine exam 1
M365 global developer bootcamp 2019 Intro to SPFx Version
M365 global developer bootcamp 2019 Intro to SPFx VersionM365 global developer bootcamp 2019 Intro to SPFx Version
M365 global developer bootcamp 2019 Intro to SPFx Version
Thomas Daly
 
Selenium and JMeter
Selenium and JMeterSelenium and JMeter
Selenium and JMeter
ArchanaKalapgar
 
Selenium and JMeter Testing
Selenium and JMeter TestingSelenium and JMeter Testing
Selenium and JMeter Testing
ArchanaKalapgar
 
M365 global developer bootcamp 2019
M365 global developer bootcamp 2019M365 global developer bootcamp 2019
M365 global developer bootcamp 2019
Thomas Daly
 
Web application penetration testing lab setup guide
Web application penetration testing lab setup guideWeb application penetration testing lab setup guide
Web application penetration testing lab setup guide
Sudhanshu Chauhan
 
Qtp 9.2 examples
Qtp 9.2 examplesQtp 9.2 examples
Qtp 9.2 examplesmedsherb
 

Similar to Installation of Silk Test Framework (20)

Develop MS Office Plugins
Develop MS Office Plugins Develop MS Office Plugins
Develop MS Office Plugins
 
Using galen framework for automated cross browser layout testing
Using galen framework for automated cross browser layout testingUsing galen framework for automated cross browser layout testing
Using galen framework for automated cross browser layout testing
 
Getting started with test complete 7
Getting started with test complete 7Getting started with test complete 7
Getting started with test complete 7
 
How to Perform Test Automation With Gauge & Selenium Framework
How to Perform Test Automation With Gauge & Selenium Framework How to Perform Test Automation With Gauge & Selenium Framework
How to Perform Test Automation With Gauge & Selenium Framework
 
Quiz application system project report..pdf
Quiz application system project report..pdfQuiz application system project report..pdf
Quiz application system project report..pdf
 
PERTEMUAN 3_INTRO TO ANDROID APP DEV.pdf
PERTEMUAN 3_INTRO TO ANDROID APP DEV.pdfPERTEMUAN 3_INTRO TO ANDROID APP DEV.pdf
PERTEMUAN 3_INTRO TO ANDROID APP DEV.pdf
 
Integration Testing A Brief Guide.pdf
Integration Testing A Brief Guide.pdfIntegration Testing A Brief Guide.pdf
Integration Testing A Brief Guide.pdf
 
Automation Framework Design
Automation Framework DesignAutomation Framework Design
Automation Framework Design
 
A report on mvc using the information
A report on mvc using the informationA report on mvc using the information
A report on mvc using the information
 
Tutorial test driven development with Visual Studio 2012
Tutorial test driven development with Visual Studio 2012Tutorial test driven development with Visual Studio 2012
Tutorial test driven development with Visual Studio 2012
 
Introduction to the .NET Access Control Service
Introduction to the .NET Access Control ServiceIntroduction to the .NET Access Control Service
Introduction to the .NET Access Control Service
 
Basics of Scriptless Automation for Web and Mobile Apps (1).pdf
Basics of Scriptless Automation for Web and Mobile Apps (1).pdfBasics of Scriptless Automation for Web and Mobile Apps (1).pdf
Basics of Scriptless Automation for Web and Mobile Apps (1).pdf
 
jDriver Presentation
jDriver PresentationjDriver Presentation
jDriver Presentation
 
Onine exam 1
Onine exam 1Onine exam 1
Onine exam 1
 
M365 global developer bootcamp 2019 Intro to SPFx Version
M365 global developer bootcamp 2019 Intro to SPFx VersionM365 global developer bootcamp 2019 Intro to SPFx Version
M365 global developer bootcamp 2019 Intro to SPFx Version
 
Selenium and JMeter
Selenium and JMeterSelenium and JMeter
Selenium and JMeter
 
Selenium and JMeter Testing
Selenium and JMeter TestingSelenium and JMeter Testing
Selenium and JMeter Testing
 
M365 global developer bootcamp 2019
M365 global developer bootcamp 2019M365 global developer bootcamp 2019
M365 global developer bootcamp 2019
 
Web application penetration testing lab setup guide
Web application penetration testing lab setup guideWeb application penetration testing lab setup guide
Web application penetration testing lab setup guide
 
Qtp 9.2 examples
Qtp 9.2 examplesQtp 9.2 examples
Qtp 9.2 examples
 

Recently uploaded

Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
Vijay Dialani, PhD
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
BrazilAccount1
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
ongomchris
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 

Recently uploaded (20)

Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 

Installation of Silk Test Framework

  • 1. Test Automation Training Installation of Silk Test Framework Introduction to Software Test Automation Architecture Burak AVCI Test Automation Application Lead www.burakavci.com.tr
  • 2. As one of the most popular subjects of recent years, Software Test Automation, which allows you to automate your own products’ tests by installing numerous Framework architectures’ paid or trial versions to your personal computer. One of the main reasons of crafting this presentation is to educate those, who interests in Software Test Automation, on the basics of Automation and how to handle this Automation process on their personal computers. Selenium, which is mainly for Web Browser based products, is well known among the free Framework architectures. As for the mobile devices, Appium Framework is a reliable free Framework architecture. For those, who requests a Framework architecture available to both Mobile and Desktop, there are various licensed products such as; Silk Test Framework, SmartBear TestCompete, HP QuickTest Professional, and Ranorex.
  • 3. In General, both licensed and open source Test Automation Software programs are fulfilling the same tasks, licensed Automation products have more advanced structure and offer technical support during the installation of the product. On the contrary, open source software programs do not offer the same technical support when a problem occurs, and the user has the responsibility. Thus, serious companies usually do not consider open source software programs as their automation software. In addition to the aforementioned weaknesses of open source software programs, the security risks and sustainability of these programs also contribute to serious companies’ choice of licensed products. In this presentation, I am going to explain how to install Silk Test Framework’s Trial version, which is a test automation software by Micro Focus, to the personal computers. Firstly, the 45 days trial version will be downloaded from Try Silk Test free for 45 days: www.microfocus.com/products/silk- portfolio/silk-test/trial/ on this website, fill the form and click the download here button. The download link will be sent to your mail address. On this link, click Silk Test 18.5(the latest version)-Software Product to download the software to your computer. The file size is approximately 1 GB.
  • 4. To install this software, Visual Studio 2015 should be installed on your computer. Microsoft Visual Studio Enterprise 2015(its latest version and license) can be downloaded from the internet. Run the Silk Text setup file, the installation will be started. Follow the instructions by clicking the next button. When the installation components screen appear, click complete to install all the components such as; Workbench, Open Agent, Silk4NET, TrueLog. I would suggest you to install the all components, which will be useful for automation process.
  • 5. As instructed on the first picture, click Next to proceed. Complementary with the explanation on the second picture, I would suggest you to install the software to Program Files as a Default installation.
  • 6. You may leave Add Windows firewall exceptions checked, or you may not add it to Windows Firewall onaylı kalabilir veya Windows güvenlik duvarına eklemeye bilirsiniz. When you are creating software architecture with Silk Test Framework, you can write Visual C# and use Silk4NET or you can install Eclipse IDE and using JAVA programming on Silk4J. I will be explaining the first method on Microsoft Visual C# and Silk4NET. Follow the instructions above and click Next to proceed.
  • 7. Since Visual Studio 2015 is already installed, the local computer automatically recognized it, as instructed above. Click to Next button to proceed Silk4NET installation. P.S: Silk4NET does not support Visual Studio 2017 currently (valid for 2013 and 2015 versions), thus it will not integrate with Visual Studio 2017. However, the newer versions will be able to integrate with Visual Studio 2017.
  • 8. Since I am not using macOS device, I have left empty this tag. But, as it can be seen, Silk Test Framework also supports Apple Mac OS After the completion of installation settings, you can proceed to installation by clicking Install. After installation, proceed as Recommended option below, and choose the Evaluation license, which is valid for 45 days.
  • 9.
  • 10. After you are done with Installation and license, click Done to restart your computer. Silk Test Framework is now installed to your computer. After you have restarted your computer, you can open Visual Studio and activate Silk Test Open Agent, by clicking Silk Test and using Silk4NET tab on Silk Test.
  • 11. Important installed tools; (I would suggest you to locate them on your desktop as a shortcut) Silk Test: Framework Silk Test Open Agent: Agent Silk TrueLog Explorer: Detaylı Log Analizi Silk Test Workbench: Locator Bulma ve Record
  • 12. When you have opened Visual Studio, if you see Silk4NET Start Page and Silk4NET tab among the tabs above, then the integration process has been completed correctly.
  • 13. The basic fact of the medium layer, which is also known as Keywords layer,is the Framework methods on Driver layer, such as; Locator, XPath, CSS Selectors, or simplified Locator created within this layer. The choice of creating automation script and test script by the test engineer, and the coding process, is going to be conducted on the Implementation Layer, which is the medium layer of automation. In order to create the first project (Solution), click the New Project on Silk4NET tab. When creating a new solution, type a different Solution Name and Name. The reason for typing solution name and name is to prevent architectural complexity and have a stable and smooth process when creating different projects and layers. Basically, to introduce the architecture of infrastructure (Web Browser, Desktop or Mobile), which will be used for the automation, the layer defined as; Hardware or Driver Layer has been used to set up the connection between infrastructure and automation framework. The methods and quality of the Framework will be determined in this layer.
  • 14. Face up layer is the layer, which the test engineer will use and conduct the tests. In this phase, the test engineer does not need to work on the coding. Automation tests can be conducted via Unit Test Class or by writing scripts on Silk Central via using Silk’s Keyword Driven Test feature. The test engineers might have some technical difficulties on Locator, Xpath due to the HTML tag requirement (id, Text, caption) for some tests. In order to overcome this issue and conduct the tests easily, the engineers can use Silk Test Workbench. In the previous slides, I have tried to explain the basics of Software Test Automation. This process is valid for the most of the test automation software programs. If you want to further enhance your skills on test automation, you can check out Test Automation Robot Framework (robotframework.org), Test Automation Frameworks (Free and Licenced), and Cross Browser Testing Tools.
  • 15.
  • 16. Sample structure of the architecture I have created has been illustrated on the right. You can craft your Test automation infrastructure by creating Web or Desktop structure. As illustrated on the picture, Framework project buttresses the other projects as well, and thus programmers, who are working on the other products, do not need to create Driver method, due to their completion on the Framework layer. I will explain the other structure in this presentation in the next presentations. In this presentation, you have been familiarized with the basic Framework installation, creating a project on Framework software, and Silk Test software. As an additional information, I would like to mention about PoC Proof of Concept (PoC) can be basically described as a proof of a notion. In BT technologies, it can be also defined as Demo, created by using of the real data. As another definition, PoC is the test of a product on a small scale, which has not reached the production phase. On a mobile PoC; you will be given an APK, which will allow you to create scenario steps such as; login and function, and test these steps on the architecture you have created, to prove these scenario steps are working.