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. |
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 ...
|
|||||||
|
|||
|
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? |
| Sponsored Links |
|
|||
|
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... |
|
|||
|
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. |
|
|||
|
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. |
|
|||
|
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 |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
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 |