why silk test sees each objects as custom windows?



why silk test sees each objects as custom windows? ..

Answer / xyz

two reason for this :

·When silk is not able to identify the object because it is
named differently.

For example, instead of it being named a TextField, it was
named EnterTextRegion. If this is the only reason, then you
can class map the control to the standard name.

class mapping will work if the object isn’t really a custom
object, but rather a standard control with a non-standard name.

If the class mapping does not work, it is because of the
following reason.

· The object truly is a custom object; that is, the software
in the application under test that creates and manipulates
the object is not from the standard library. That means that
the SilkTest algorithms written to interrogate this kind of
object will not work, and other approaches will have to be
used to manipulate the object.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Silk Test Interview Questions

what type of frameworks are you using in silk test?

3 Answers   Stag Computers,


Can we customise the result file?

1 Answers  


In for test there are three pass modes for function arguments. They are rarely used since pass mode always default to the most used one. Pls name them and specify which one is a default?

3 Answers   IBM,


Can silktest switch browsers automatically?

0 Answers  


How do you create a user defined class in silk?

2 Answers  






What is the advantage of using do except instead of other error logging functions?

2 Answers   IBM,


What are the default testplan attributes?

0 Answers  


How to create a new silktest project?

0 Answers  


What is the perpose of user-defined base state method?

3 Answers   TCS,


Imagine you have a string variable that holder a credit card (16digit). There are multiple ways of obtaining last four digits of this number programmatically on a run time. Name one; for practical purpose variables name is sCCnumber?

5 Answers   IBM,


What is the standard flow of execution of a test case?

0 Answers  


what is the operator for carriage return(Enter) in Silk Test for File.

3 Answers  


Categories