Wednesday, May 15, 2013
What is the Process Control Block? What are its fields?
Posted by
Sunflower
at
5/15/2013 06:09:00 AM
0
comments
Labels: Classes, CPU, Create, Data, files, Input, Kernel, Memory, Multi-tasking, Operating System, Output, PCB, Process, Process Control Block, Resources, Structure, Tables, Tasks, update, User
|
| Subscribe by Email |
|
Thursday, January 31, 2013
Explain EiffelStudio? What technology is used by EiffelStudio?
- Compiler
- Interpreter
- Debugger
- Browser
- Metrics tool
- Profiler
- Diagram tool
- Windows
- Linux
- Mac OS
- VMS and
- Solaris
Technology behind EiffelStudio
History of Eiffelstudio
- Version 5.0 (july
2001): The first proper version. Saw integration of the eiffelcase tool
with the eiffelbench as its diagram tool.
- Version 5.1
(December 2001): Support for .NET applications. Also called the eiffel#.
- Version 5.2
(November 2002): The debugging capabilities were extended, an improved
mechanism for C++ and C was introduced, eiffelbuild, roundtripping
abilities etc. were added.
Posted by
Sunflower
at
1/31/2013 05:18:00 PM
0
comments
Labels: Application, Browse, Changes, Classes, Cursor, Design, Development, Eiffelstudio, Engineering, Environment, Features, Interface, Objects, Position, Process, Software, Structures, Technology, Tools, Window
|
| Subscribe by Email |
|
Wednesday, January 30, 2013
Give an overview of The diagram Tool of EiffelStudio?
- Compiler
- Interpreter
- Debugger
- Browser
- Metrics tool
- Profiler
- Diagram tool
- Forward engineering
process: In this process it can be used as design tool that uses the
graphical descriptions for producing the software.
- Reverse engineering
process: In this process it produces the graphical representations of the
program texts that already exist automatically.
- BON (business object
notation) and
- UML (unified
modeling language)
- Bubble or ellipse
for class
- Dot for breakpoint
- Cross for feature
and so on.
Posted by
Sunflower
at
1/30/2013 09:41:00 PM
0
comments
Labels: Application, Browse, Changes, Classes, Cursor, Design, Development, Diagram tool, Eiffelstudio, Engineering, Environment, Features, Interface, Objects, Position, Process, Software, Structures, Tools, Window
|
| Subscribe by Email |
|
Monday, January 21, 2013
Explain FitNesse testing tool? What are principles of Fitnesse?
Principles of FitNesse Testing Tool
Posted by
Sunflower
at
1/21/2013 12:38:00 PM
0
comments
Labels: Application, Automated, Automation, Classes, Developer, FitNesse, Format, Java, Languages, Principles, Programmers, Software System, System, Tester, Testing, Testing tools, Tests, Tools, Users, Web server
|
| Subscribe by Email |
|
Tuesday, October 16, 2012
How Silk Test records user actions?
- Windows
- Menus
- Buttons and so on.
- Class
- Properties and
- Methods
- The silk test host
software
- The silk test agent
software
How the user actions are recorded by the silk test?
- Object properties
and
- Object methods
|
-User action
|
As recorded by the silk test
|
|
-Selection of a radio button from a
group
|
select
|
|
-Setting the main window as active
|
Set Active
|
|
-Closing a dialog box
|
close
|
|
-Selecting an item from a list box
|
Select
|
|
-Scrolling the scroll bar to the
maximum position possible
|
Scroll to max
|
|
-Writing text in a text field
|
Set text
|
|
-Checking a check box
|
Check
|
|
-Picking a menu item
|
pick
|
|
-Unchecking a check box
|
uncheck
|
Posted by
Sunflower
at
10/16/2012 01:51:00 PM
0
comments
Labels: Action, Application, Automated Testing Tool, Automation, Classes, Components, GUI, Host, Information, Interface, Objects, Property, Recording, Records, Remote, Repository, Silk Test, Software, User, User action
|
| Subscribe by Email |
|
Thursday, October 11, 2012
What is 4Test in Silk Test?
- A library of object
oriented classes: This group of functionality includes object oriented
methods as well as classes that can be used to specify interaction of a
test case with the GUI objects present in an application.
- A library of built in functions: This
group of functionality includes features that are used for performing the common
support tasks.
- A set of statements,
data types and operators: This group of functionality includes the
features that can be used for introducing the logic as well as the
structure to a data base that has been recorded earlier.
- Active X classes
- Visual basic classes
- General core classes
- General web
application classes
- Flex class reference
- Java classes
- .net classes
- Rumba class
reference
- SAP class reference
- Silver light class
reference
- Java AWT class
reference
- Java swing class
reference
- Win 32 classes
- WPF class reference
- Xbrowser classes
- Agent information
functions
- Argument pass modes
functions
- Application state
control functions
- Array manipulation
functions
- Character and string
conversion functions
- Data type manipulation
functions
- Data base functions
- Data driven
functions
- Date and time
manipulation functions
- Distributed
processing functions
- Distributed results
logging functions
- Exception handling
functions
- File manipulation
functions
- Java functions
- List manipulation
functions
- Locale functions
- Numeric functions
- Operation system
calls
- Product version
information functions
- Password encryption
functions
- Random value
operations
- Registry operations
- Results file
operations
- Run time status
messages functions
- Script information
functions
- Semaphores
- Set manipulation
functions
- String manipulation
functions
- SWT functions
- Timers time date
information
- Web browser
functions
- Windows information
functions
- Date transformation
functions
- Arg list call
keyword
- Current file keyword
- Current path keyword
- Type info keyword
- Alias keyword in
type declarations
- Access statement
- Break statement
- Const statement
- Continue statement
- Critical statement
- Exit statement
- Do___ except
statement
- For statements
- If statement
- Multi tag statement
- Parent statement
- Parallel statement
- Raise statement
- Rendezvous statement
- Reraise statement
- Select statement
- Setting statement
- Spawn statement
- Switch statement
- Return statement
- Tag statement
- Use statement
- With statement
- While statement
Posted by
Sunflower
at
10/11/2012 07:06:00 PM
0
comments
Labels: 4Test, Automated, Automation Testing Tool, Classes, Data types, Functions, GUI, Language, Objects, Quality, Scripting, Scripts, SilkTest, Software testing, Statements, Testing tools, Tests
|
| Subscribe by Email |
|
What is a Silk Test Automation Tool? How Silk Test works?
In this article the focus is up on the silk test automation tool and the way it works.
What is a SilkTest Automation Tool
- Silk test classic: This client of the silk test makes use of the domain specific language known as “4test” for scripting of the test automation scripts. This language
just like the C++ language is an object oriented language. Just like C++
it also makes use of the Object Oriented concepts such as following:
- Silk 4J: This client
of the silk test enables one to follow test automation by using java as
the scripting language in eclipse.
- Silk 4 net: This
client of the silk test also enables one to follow test automation by
using VBScript or sometimes using C# as the scripting language in the
visual studio.
- Silk test work
bench: This client of the silk test enables the testers to carry out the
automation testing using VB.net as the scripting language as well as on a
visual level.
- Silk test agent: This feature of the silk test helps in translation of the script commands
in to equivalent graphical user interface or GUI commands or we can even
say in to user actions.The translated commands then can be run or
executed on either the same machine or on a remote machine as a host.
- Silk test host: This
feature takes hold of all the source script files.
- Record
- Play back and
- Descriptive
programming
- .net
- Java swing
- Java swt
- DOM
- IE
- SAP windows GUI
- Firefox and so on.
- Test plan (.pln)
- Test script (.t)
- Frame file (.inc)
- Result file (.res)
Posted by
Sunflower
at
10/11/2012 01:12:00 AM
0
comments
Labels: 4Test, Automated, Automation Testing Tool, Classes, Data types, Functions, GUI, Language, Objects, Quality, Scripting, Scripts, SilkTest, Software testing, Statements, Testing tools, Tests
|
| Subscribe by Email |
|
Tuesday, October 9, 2012
What is a Test Object Model in QTP?
What is a Test Object Model?
- Each and every test
object method that is executed during the recording session forms a separate
step in the recorded test. When the command for execution of the test is
encountered, this recorded test object method is played up on the run time
object.
- The source from
where the properties of the object are captured is the object itself. These
properties are important since there values are used for the
identification of the run time objects while a run session is in progress.
- The properties of
the objects have a tendency to change during the run session and so this
would present some difficulty while matching the objects with the
description. To avoid such a situation you
have the option to make a manual modification of the test object
properties while designing the test component during a run session.
Some times even the regular expressions can
be used as a substitute for the identification of the property values.
- The test object
property values can be viewed as well as modified and stored through the
object repository dialog box.
Posted by
Sunflower
at
10/09/2012 02:00:00 PM
0
comments
Labels: Application, Automated, Automation, Classes, Identification, Information, Methods, Model, Objects, Properties, QTP, Quick Test Professional, Recording, Run-time object, Test Object, Test Object Model, Users, Values
|
| Subscribe by Email |
|