Forum Discussion
scsvel
14 years agoFrequent Contributor
Hi Jared,
Again I got into some problem. I have Description.XML which is given below and some methods(Error) listed out for that class(Logger) and some not(Warning).
<?xml version="1.0" encoding="UTF-8"?>
<ScriptExtensionGroup Name = "TC Script Extensions">
<Category Name="Runtime Objects">
<ScriptExtension Name = "Logger Object" Author = "QA" Version = "1.0 Beta" HomePage = "www.qa.com">
<Script Name = "ResultLog.js" >
<RuntimeObject Name = "Logger">
<Method Name = "Error" Routine = "Error">Creates a Test Result log for Error Reporting.</Method>
<Method Name = "Warning" Routine = "Warning">Creates a Test Result log for warning reporting.</Method>
<Description>
Provides access to the QA custom Result Logging features.
</Description>
</RuntimeObject>
</Script>
<Description>
Provides access to the QA custom Result Logging features.
</Description>
</ScriptExtension>
</Category>
</ScriptExtensionGroup>
Can you clarify about this.. What I am missing? Anything wrong here?
Thanks...
Again I got into some problem. I have Description.XML which is given below and some methods(Error) listed out for that class(Logger) and some not(Warning).
<?xml version="1.0" encoding="UTF-8"?>
<ScriptExtensionGroup Name = "TC Script Extensions">
<Category Name="Runtime Objects">
<ScriptExtension Name = "Logger Object" Author = "QA" Version = "1.0 Beta" HomePage = "www.qa.com">
<Script Name = "ResultLog.js" >
<RuntimeObject Name = "Logger">
<Method Name = "Error" Routine = "Error">Creates a Test Result log for Error Reporting.</Method>
<Method Name = "Warning" Routine = "Warning">Creates a Test Result log for warning reporting.</Method>
<Description>
Provides access to the QA custom Result Logging features.
</Description>
</RuntimeObject>
</Script>
<Description>
Provides access to the QA custom Result Logging features.
</Description>
</ScriptExtension>
</Category>
</ScriptExtensionGroup>
Can you clarify about this.. What I am missing? Anything wrong here?
Thanks...
Related Content
- 10 years ago
- 2 years ago
- 3 years ago
Recent Discussions
- 19 hours ago