GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Tech FAQs  >  SilkTest
Go To First  |  Previous Question  |  Next Question 
 SilkTest  |  Question 3 of 28    Print  
please can any body help out some important real time questions in Silk test it very very urgent please

  
Total Answers and Comments: 1 Last Update: September 22, 2006     Asked by: kk vinod 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
September 22, 2006 18:24:14   #1  
monaAmb Member Since: September 2006   Contribution: 3    

RE: please can any body help out some important real t...

1. What is SilkTest?

SilkTest is a software testing automation tool developed by Segue Software, Inc.


2. What is the Segue Testing Methodology?

Segue testing methodology is a six-phase testing process:

  1. Plan - Determine the testing strategy and define specific test requirements.
  2. Capture - Classify the GUI objects in your application and build a framework for running your tests.
  3. Create - Create automated, reusable tests. Use recording and/ or programming to build test scripts written in Segue's 4Test language.
  4. Run - Select specific tests and execute them against the AUT.
  5. Report - Analyze test results and generate defect reports.
  6. Track - Track defects in the AUT and perform regression testing.

3. What is SilkTest Host?

SilkTest Host is a SilkTest component that manages and executes test scripts. SilkTest Host usually runs on a separate machine different than the machine where AUT (Application Under Test) is running.


4. What is SilkTest Agent?

SilkTest Agent is a SilkTest component that receives testing commands from the SilkTest Host and interacts with AUT (Application Under Test) directly. SilkTest Agent usually runs on the same machine where AUT is running.


5. What is 4Test?

4Test is a test scripting language used by SilkTest to compose test scripts to perform automated tests. 4Test is an object-oriented fourth-generation language. It consists of 3 sets of functionalities:

  1. A robust library of object-oriented classes and methods that specify how a testcase can interact with an application’s GUI objects.
  2. A set of statements, operators and data types that you use to introduce structure and logic to a recorded testcase.
  3. A library of built-in functions for performing common support tasks.

6. What is the DOM browser extension?

Document Object Model (DOM) browser extension is a SilkTest add-on component for testing Web applications. DOM browser extension communicates directly with the Web browser to recognize, categorize and manipulate objects on a Web page. It does this by working with the actual HTML code, rather than relying on the visual pattern recognition techniques currently employed by the Virtual Object (VO) extension.


7. What is the VO browser extension?

Virtual Object (VO) browser extension is a SilkTest add-on component for testing Web applications. VO browser extersion uses sophisticated pattern recognition techniques to identify browser-rendered objects. The VO extension sees Web pages as they appear visually; it does not read or recognize HTML tags in the Web application code. Instead, the VO extension sees the objects in a Web page; for example, links, tables, images and compound controls the way that you do, regardless of the technology behind them.


8. Is there any problem in using scripts created on v6.0 to 6.5 or higher versions?

Moving from lower to higher version should not be a problem....
This is a general statement and cannot be true at all instances.
I faced problems with scripts working in 6.5 not running in 7.0 because some of the recognition patterns used each changed. And in some situations, finally landed two paths of the script to perform same action based on version.
PS: Did not encounter any problems from 6.0 to 6.5.

8. I have recently encounterd a problem using Silk Test V3. When I record selecting a Menu Item it correctly records eg. Product.File.Exit.Pick()
But when I play it back it just selects the File Menu and fails to select Exit. The File Menu is not dropped, it is just highlighted.
The application is written in Visual C++ and is running on NT 4.
A couple if the menu items to work but that is about 2 out of 15 items. I can work around the problem using the menu short cut keys but would prefer to be simulating using the mouse in some test cases. Any ideas?

I have run into this problem before and it turned out to be a focus problem in the AUT. First, we need to understand how QAP/Silk selects menu items. It doesn't really use the mouse. It uses the key to highlight the menu bar and then arrows to the desired menu item. Try something out: Drive your application to the state before the menu selection. Now manually type F-10 or Alt and see if the menu highlights and allows you to arrow to the menu item. I'm guessing that it is probably a ChildWin or DialogBox that is really holding the focus and not passing the keyboard events to the MainWin. If this is the case, you need to explain to the developers that they need to enable this so that you can continue with your automated testing. A trick around this problem is to do a YourProduct.Click () to force the focus to the MainWin and then do the menu selection (YourProduct.File.Exit.Pick())


 

9. What is SilkTest project?

A SilkTest project is a collection of files that contains required information about a test project.


 

10. How to create a new SilkTest project?

  1. Run SilkTest.
  2. Select Basic Workflow bar.
  3. Click Open Project on the Workflow bar.
  4. Select New Project.
  5. Double click Create Project icon in the New Project dialog box
  6. One the Create Project dialog box, enter your project name, and your project description.
  7. Click OK.
  8. SilkTest will create a new subdirectory under SilkTest project directory, and save all files related to the new project under that subdirectory.


 

11. Is There any function for word count of web page is available in the SilkTest??

You can use Clipboard functions. Get All the contents by Ctrl+a & ctrl+C. Then parse the List of sting ...


 

12. What is a SilkTest Testplan?

The SilkTest testplan is an outline that provides a framework for the software testing process and serves as the point of control for organizing and managing your test requirements. A testplan consists of two distinct parts: an outline, which is a formatted description of the test requirements, and statements, which are used to connect the testplan to SilkTest scripts and testcases that implement the test requirements.


 

13. What's the best way to create a new test script?

In Automation; creating test scripts involves basically two step:
1. Creating Test Data for all test cases.
2. Writing scripts for automating the test cases.

The first steps, is the outcome of analysis of what all data is required for all of your testcases to be executed. These all should be collected and scripts to be written so that TEST DATA is ready.
The second steps, is basically the test case execution steps automation.


 

14. How to get button caption?


Answer1:
Use GetCaption () method......

Answer2:
Either use "sCaption" Property or "GetCaption" Method
Syntax - ControlName.sCaption
or use GetCaption () Method
Syntax - ControlName.GetCaption ()


 
Is this answer useful? Yes | No

 Related Questions

I am not able to record few objects which are available in the web page, how do i teach silk test about the object..
Read Answers (4) | Asked by : vishal

4.script language for login window ,additional advantages of silk test than winrunner and other tools,frame work for silk test
Read Answers (1) | Asked by : ramesh

Please can any body help out some important real time questions in Silk test it very very urgent please
Read Answers (1) | Asked by : kk vinod

Can silktest recognize the objects like labels,tables,textfields,etc embedded in flash components?Actually silktest captures the complete flash object as a single object.It does not recognize the objects(like label,textbox,etc)present inside the falsh object.This limitation restrict us to test the objects embedded in the flash component.How to overcome this restriction?
Read Answers (4) | Asked by : Pramod Kumar

There are two Components in the Silk Test. Silk Test Host SoftwareSilk Test Agent 
View Question | Asked by :

How we can make a Data Base connectvity for a application in Silk? Tell me the step -by-step procedure?
Read Answers (4) | Asked by : kavitha

Latest Answer : 1. SilkTest derives its initial startup configuration settings from its partner.ini file. WinRunner derives its initial startup configuration from a wrun.ini file of settings. 2. SilkTest provides a built-in recovery system which restores the application ...
Read Answers (4) | Asked by : naresh gupta

View Question | Asked by : Kavitha

In robot we have "sqalogmessage" to display message in testmanager/log viewer . Is there similar option in silk test
View Question | Asked by : ksphks

Why will the control Not come out of Silk Test after invoking an Application exe with Sys_execute() function
Read Answers (1) | Asked by : Teja


 Sponsored Links

 
Related Articles

Listening Skills : Why listening is important

Why do you need to have good listening skills You might recall that several years ago on TV there was a public service announcement that talked about the importance of listening skills The PSA differentiated between hearing which is merely a physical ability and listening which is actually a skill B
 

Why Speaking Proper English is Important for your Career

Why Speaking Proper English is Important for your Career A number of studies have consistently demonstrated that those who have an advanced knowledge of the English language are much more likely to advance their careers In addition to this these studies have also demonstrated that a strong command o
 

Why Conversation Skill Is Important

Why Conversation Skill Is Important For Career Growth You may have all the necessary technical skills the expertise and the experience that can really attest that you deserve that next promotion but if you haven t got the conversation skills to back it up you might miss the opportunity to level up i
 

The Important Role of a Chemist

The Important Role of a Chemist One who is interested in chemistry may be curious as to what role a chemist plays in today’ s society Their job role is quite varied in nature and they take on many responsibilities in their profession It is important to review not only the general responsib
 

Important Terminologies used in Database

Important Terminologies used in Database First let us know what a database is A database is a collection of interrelated data RDBMS stands for Relational Database Management System To name a few Relational Database Management Systems are Oracle Sybase and Informix and so on Now let us see important
 

Table space - Important concept of Database

Table space Important concept of Database Wondering what a Table space is Database is divided into one or more logical storage units known as table space The table space is created by database administrator After the table space gets created by administrator tables can be created by users in their
 

HR Interview - Most Popular HR Interview Questions With Generic Answer Formats

Most Popular HR Interview Questions With Generic Answer Formats While it is impossible to know exactly what you will be asked during a job interview there are a number of generic questions that most companies will ask you mosgoogle In this article I will present you with some questions that are comm
 

HR Interview - How To Deal With Tricky Interview Questions

How To Deal With Tricky Interview Questions During your HR interview you will be presented with a number of questions from the interviewer The way you answer these questions will play a role in whether or not you re hired While some of these questions have obvious answers others will be tricky and t
 

Debugging - A Important Aspect in Programming

Debugging A Important Aspect in Programming In this tutorial you will learn about Debugging A Important Aspect in Programming Detection or Finding of the Bug What the bug or fault is Where it has occurred How it is caused Important Factors to Consider while debugging Debuggers utilities and function
 

Why It is Important To Focus On Java Exceptions For Your Programs

Why It is Important To Focus On Java Exceptions For Your Programs If you work with Java it is important to understand exceptions Exceptions are uncanny situations that can destroy the normal behavior of a program mosgoogle They are common in the Java programming language and it is something you will
 





About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape