Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

SILK Automation Frame work

This is a discussion on SILK Automation Frame work within the SilkTest forums, part of the Software Testing category; Hi All, I have some questions. 1. What exactly SILK Automation Frame work means? 2. How to design Automation frame work in SILK? 3. How a QA Engineer's role in ...

Go Back   Geeks Talk > Software Testing > SilkTest
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read
  #1 (permalink)  
Old 12-13-2006
Junior Member
 
Join Date: Dec 2006
Location: India
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
pkrvitta is on a distinguished road
SILK Automation Frame work

Hi All, I have some questions.

1. What exactly SILK Automation Frame work means?
2. How to design Automation frame work in SILK?
3. How a QA Engineer's role in designng this frame work?
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 12-18-2006
Junior Member
 
Join Date: Dec 2006
Location: India
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
pkrvitta is on a distinguished road
Re: SILK Automation Frame work

Hi all,

Can any one atleast answer the first one??
Reply With Quote
  #3 (permalink)  
Old 03-23-2007
Junior Member
 
Join Date: Mar 2007
Location: Pune
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
punam.tester is on a distinguished road
Re: SILK Automation Frame work

SilkTest is an automation tool. It is a software for automated testing.
With the help of ST you can make a framework, but ST itself is just a program.

citing wikipedia:a framework is a defined support structure in which another software project can be organized and developed

For example, you have an application that have several windows, buttons, etc. And you want to test that application thoroughly.
So you will write a lots of declarations and functions and so on and so on. And at the end you will have mapped your application to such degree, that you will be able to write scripts like this:

login("john")
view(windows.shopping)
buy(items.glasses, 2)
pay()

You have written a function for every elementary operation on the user level, so you can write a scripts without knowing anything about 4test at all. So you have an automated testing framework for your application.

See? With the help of a program (ST) you have created a framework (libraries of declarations a functions), and this framework will help you write simple and easy-to-maintain testing scripts without focusing on the functionality of your testing tool (ST).

This is a little simplified explanation of what is a framework, hope that someone will correct or clarify my rough explanation...
Reply With Quote
  #4 (permalink)  
Old 12-12-2008
Junior Member
 
Join Date: Nov 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
haijay.m is on a distinguished road
Re: SILK Automation Frame work

How to use functions effectively in silktest.(Function return integer, Function return varchar etc)
If any one provide real time example it would be really helpfull.
Reply With Quote
  #5 (permalink)  
Old 04-29-2009
Junior Member
 
Join Date: Apr 2009
Location: BANGALORE
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
test12geeta is on a distinguished road
Re: SILK Automation Frame work

In SilkTest users can use functions effectively by loading all the functions in one file common.inc, here we can store all the common functions which are useful for the user when they start writing the script for the new functinaliti

for eg: CreateOrder() is the function which is basic for any of the functionality, is present in the common.inc

suppose now the user is developing the script for the chageOrder functionality,

first user need to write createorder() function, instead of writing ist again he can refer the existing function from the comon.inc, and then he can write function for changing the order.
Reply With Quote
  #6 (permalink)  
Old 09-29-2009
Junior Member
 
Join Date: Sep 2009
Location: tirupathi
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
chaithu66684 is on a distinguished road
Re: SILK Automation Frame work

hi pkrvitta ..,

there is no particular frame works in the silk test . but it is developed if our project required ..

i will give info which i got ..
Testing Framework is something like a frame work designed according to our requirement. For example. you want to test one application for UI, FUNCTIONAL and LOCALIZATION. for this requirement you can have your own frame work...

1) for UI testing: identify what to test assume that font, size, color...
2)Functional: whether the button is working properly example login.
3)test for diff languages at a time.

Frame Work:
1)write all your functional library for UI at one place.
2)write down all functional library methods in own file.
3)have complete list of strings what are neccessary for localization at one place assume that a excel sheet.
4)using the resources are XML now you can import them and write your script by record and play back or using descriptive programming.
5)finally test your application.
Framework is nothing but a standard approach which the entire Team follows in the course of a Project. This includes Folder structures, Naming conventions, File paths, Common Functions, etc

Framework provides you a platform on which you can build your test. In terms of testing automation - Framework contains all the necessary functions, reusable functions, object repositary, Data repositary etc. along with path, process containing Folder structures, application path , Basic and advance setting to execute the project, method to log the bugs/Defects etc..
Overall when testing team works to automate the project, they should not worry about how prerequisites will be maintained, they just start to write the test.

This is a brief expalination about framework.

I hope this explaination will give all of us clear picture How framwork is and how it works
Reply With Quote
Reply

  Geeks Talk > Software Testing > SilkTest

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
When will testers go for automation praveen98480 Test Cases 20 09-17-2009 12:42 PM
Choosing between Automation or Manual Testing Lokesh M Testing Issues 6 07-15-2008 08:23 AM
Frame Work sutnarcha Testing Frameworks 13 12-27-2007 03:32 AM
Automation through WinRunner abhaybharti WinRunner 3 04-30-2007 01:22 AM
Webpage / Frame Checkpoint Lokesh M QTP 4 12-11-2006 02:00 PM


All times are GMT -4. The time now is 05:18 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved