GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing Tools  >  SilkTest
Next Question 
 SilkTest  |  Question 1 of 24    Print  
In SilkTest we have a function Except Log which displays the path of the error occured in a Script.In QTP do we have any function like that?
Scenario: In function A ,we called Function B, again in Function B , We called Function C.Here Function C is failed, i want a Function that should display the Function C ,B and A in the result folder.

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

 
 Best Rated Answer

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

RE: In SilkTest we have a function Except Log which di...
Please refer to question 35 of QTP for the answer.
 
Is this answer useful? Yes | No

 Related Questions

In SilkTest we have a function Except Log which displays the path of the error occured in a Script.In QTP do we have any function like that?Scenario: In function A ,we called Function B, again in Function B , We called Function C.Here Function C is failed, i want a Function that should display the Function C ,B and A in the result folder.
Read Answers (1) | Asked by : kiran

Latest Answer : SilkTest® from Segue® is the industry’s leading functional and regression testing productfor enterprise applications, whether they are deployed in Web, .NET, Java or traditionalclient/server-based environments. SilkTest is an easy-to-use test automation ...
Read Answers (1) | Asked by : rams

In how many ways we can perform datadriven test in silk test, throgh flatfiles can we perform? Describe the script?
Read Answers (3) | Asked by : rameshk

Latest Answer : For capturing the text from the application we will use GetText() eg: Custname = Customername .GetText()Once the above statement executes, the variable Custname will hold the customer name. ...

How do you capture dyanmic content in silk test?How do you use the GetSource function in silk test? Provide an example
Read Answers (1) | Asked by : karim

Latest Answer : script is used to  recording the activities of object.for execute:in then 4test script window->recording  menu->run. ...
Read Answers (1) | Asked by : sunny

1:How recovery system works in silk test?2:what is default base state?3:when we are not able to recognise any object on web application , we use agent.setoption(exposed,false) and then later we make this 
View Question | Asked by : amit raj

How do you add a .dll to enable extension in silktest 
Latest Answer : Extension is a file which is used to extend the capability of;data available to a more basic program.Enable Extension is used to attach your application DLL with silk standard DLL .So that silk can recognized as silk object. ...
Read Answers (1) | Asked by : mallikarjun

silk test has print statement to print the values but how to read the values ... it uses 4 test language. read command is there in silktesT? please clarify me...thanks 
Latest Answer : As far as I know there is  no input box in SIlk test. But you can pass arguments while you run the script.There is a arguments text area present in the dialog box when you click the Run Testcase button from the toolbar.But I have not tried using any ...


 Sponsored Links

 
Related Articles

SQA Software and Tools

SQA Software and Tools In quality assurance it is always important to get all the help we could get In other industries developers could easily check the products manually and discard those that do not meet the standard The length and the width of the product are checked to maintain standardization
 

Business Network Virtual Communication Tools

Business Network Virtual Communication Tools Since ages the Business community heavily relied on face to face communication for building Business relationships Face to face communications formed the basis for trust in a relationship An individual’ s appearance or the physical appearance of
 

C++ Pure Virtual Function and Base Class

C Pure Virtual Function and Virtual Base Class In this C tutorial you will learn about pure virtual function declaration of pure virtual function and virtual base class virtual base class and how to implement a virtual base class explained with examples mosgoogle center What is Pure Virtual Function
 

C++ Function Passing Types

C Function Passing Types In this C tutorial you will learn about function passing types two types of arguments passing in functions passed by value  and  passed by reference are discussed here mosgoogle center The arguments passed to a function can be performed in two ways Passed
 

What are Data Access Tools

Data access is the process of entering a database to store or retrieve data. Data Access Tools are end user oriented tools that allow users to build structured query language (SQL) queries by pointing and clicking on the list of table and fields in the data warehouse. Thorough computing history, t
 

What is Access Path

In relational database management system (RDBMS) terminology, Access Path refers to the path chosen by the system to retrieve data after a structured query language (SQL) request is executed. A query may request at least one variable to be filled up with one value or more. A query may look like th
 

What is DECODE function used for?

DECODE is used to decode a CHAR or VARCHAR2 or NUMBER into any of several different character strings or numbers based on value. That is DECODE does a value-by-value substitution. For every value that is given in the DECODE function it makes an if then check and matches the value. The general format
 

printf() Function Return Value

What is the return value from printf() function? printf function always returns the number of characters printed. Let us understand this with an example: main() { int a=10; printf("%d",printf("%d %d %d", a,a,a)); } In this above program the inner printf i
 

How is the main() function declared?

The declaration of main can be done as int main() One more declaration that can be taken by main is command line arguments form int main(int argc, char *argv[]) or this can also be written as int main(argc, argv) int argc; char *argv[]; NOTE: It is not possible for one to declare the main
 

How does the function call within function get evaluated?

Whenever we have more than one function which is called for a finite number of times then such a function gets evaluated from inside out. Let us understand this concept with an example. For instance consider a function sample called within it 4 times as given in program below: main() { int a=50;
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape