Thursday, August 22, 2013
What is a spanning tree?
Posted by
Sunflower
at
8/22/2013 11:09:00 PM
0
comments
Labels: Connected, Cycle, Cycles, Edges, Fundamental, Graphs, Loops, optimization, Partition, Properties, Spanning Forest, Spanning Tree, Tree, Types, Vertex, Vertices
![]() | Subscribe by Email |
|
Friday, July 19, 2013
What are the goals and properties of a routing algorithm?
- The packets must reach their destination if there are no factors preventing this such as congestion.
Posted by
Sunflower
at
7/19/2013 09:30:00 PM
0
comments
Labels: Algorithms, Application, Channels, Communication, Data, Destination, Efficiency, Goals, Hops, Link, Networks, Nodes, Packets, Paths, Properties, Route, Routing, Routing tables, Source, Transfer
![]() | Subscribe by Email |
|
Thursday, June 27, 2013
What is the difference between a passive star and an active repeater in fiber optic network?
Posted by
Sunflower
at
6/27/2013 11:30:00 AM
0
comments
Labels: Active, Active Repeater, Communication, Components, Coupler, device, Differences, Fiber, Fiber Optics, Input, Mode, Network, Optical, Output, Passive Star, Properties, Signals, Store, Telecommunications, Users
![]() | Subscribe by Email |
|
Saturday, January 19, 2013
What is meant by Statistical Usage Testing?
About Statistical Usage Testing
- Uninformed approach: In this approach, same probability is assigned to the exit arcs of a
state.
- Informed approach: In
this approach, a sample of user event sequences for calculating suitable
properties. The sample is captured from either an earlier version of the
software or its prototype.
- Intended approach: This
approach is used for shifting the focus of the test to certain state
transitions and for modeling the hypothetical users.
- Expected test case
length
- Number of test cases
required for the verification of the desired reliability of the software
system or application.
Posted by
Sunflower
at
1/19/2013 05:18:00 PM
0
comments
Labels: Application, Approach, Automated, Behavior, Conditions, Defects, Description, Errors, Events, Process, Properties, Scenario, Software System, Statistical Usage Testing, System, Tasks, Testing, Tests, Transitions, Usage
![]() | Subscribe by Email |
|
Saturday, December 29, 2012
What is a TestComplete automated testing tool?
- Record the tests
- Manually script the
tests using the keyword operations
- Automated play back
- Error logging
- Web
- Windows
- WPF
- HTML5
- Flash
- Flex
- Silverlight
- .NET
- Java and so on.
- Windows 200, XP
- Server 2003
- Server 2008
- Vista
- Windows 7
- GUI or functional
testing
- Regression testing
- Unit testing
- Web testing
- Keyword testing
- Load testing and
functional testing of the web services
- Distributed testing
- Manual testing
- Data driven testing
- Coverage testing
- Jscript
- VBscript
- C++ script
- Delphi script
- C# script
- .NET: this further
includes the following: VB.NET, VCL.NET, Jscript.NET, C#, C# builder,
.NET, perl, python etc.
- Java: this is
inclusive of SWT, AWT, WFC and swing etc.
- WPF
- Sybase power builder
- Microsoft fox pro
- Microsoft access
- Microsoft InfoPath
- Web browsers such as
Netscape navigator, Mozilla Firefox, internet explorer etc.
- Visual C++
- Visual basic
- C++ builder
- Delphi
- Adobe flex
- Adobe flash
- Microsoft
Silverlight
- Adobe AIR
- Software development
jolt awards by software development magazine
- Asp.net pro readers’
choice award
- Delphi information
readers’ choice awards
- ATI automation
honors
- Windows IT pro
editors’ best and community choice award
Posted by
Sunflower
at
12/29/2012 03:04:00 PM
0
comments
Labels: Application, Automated Testing Tool, Automating, Automation, Defects, Errors, Functional testing, Languages, Manual Testing, Operating System, Properties, Quality, Scripts, TestComplete, Testing, Tests, Tools, Users
![]() | Subscribe by Email |
|
Tuesday, November 27, 2012
How to generate graphs for analyzing the testing process in test director?
Steps for generating Defects Graph
- Click on the defects tab to turn on the defects module of the
test director. The defects module will be displayed in the defects grid.
- Now for choosing a graph go to analysis menu, then graphs, then
summary, then group by status option. This will open up a defects summary
graph. This graph is grouped by status by default.
- Next you need to clear the default filter. Clicking on the filter button will do the
task for you. The filter dialog box will open up. You will see that the
detected by field is set to the current user name by default. Here, click
the clear button and the applied filter will be removed by the test
director.
- If you want to define a filter for viewing the defects with
high to urgent priority then click the filter condition box for the
priority field in the filter dialog box. Clicking on the browse button
will open up the select filter condition dialog box’. Then select the
required logical expression in the right pane and in the left pan select
the level. Click OK to save the settings and close this dialog box.
- Next for defining a filter for viewing the defects that are not
closed click the filter condition box for the status field. Again open the
select filter condition dialog box by clicking on the browse button. Select
the ‘not’ logical expression and select closed in the left pane. Click OK to close this box and once again click OK to close the filter dialog box.
- For setting the X axis of the graph select priority on the
right side of the window for viewing the number of defects according to
priority.
- Clicking on the refresh button will refresh the graph i.e., a
new graph will be displayed.
- For displaying additional defect details click on a bar segment
of the graph. A drill down results dialog box will display the defects
related to that bar segment. Close this dialog box by clicking on the
close button.
- There are various graph views available such as the data grid
view and pie chart. Clicking on the corresponding options will display the
graph as a pie chart, grid and so on.
- Close the graph and click on the back button to go back to the
defects module.
Posted by
Sunflower
at
11/27/2012 01:59:00 PM
0
comments
Labels: Analyzation, Analyze, Browser, Data, Defects, Defects Graph, Generate, Generation, Graphs, Information, Process, Properties, Relationships, Requirements, Specifications, Test Director, Test Plan, Test Run, Track, Users
![]() | 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 |
|
Sunday, October 7, 2012
How does QTP recognize Objects in AUT?
- Usual
or the normal object identification mechanism and
- The
smart identification mechanism
What is Usual or Normal Object Identification Mechanism
Why does a the normal method fails?
- Smart
identification is more complex then the usual one.
- Smart identification is more flexible then the usual one.
What is Smart Identification Mechanism
- Base
filter properties: As the name suggests these are the base or the
fundamental properties belonging to a particular test object class. The
value of these fundamental properties cannot be changed until and unless
you make changes in the properties of the original object.
- Optional
filter properties: The leftover properties i.e., all the properties
leaving out the base filter properties are grouped under this category
i.e., the optional filter properties. These properties unlike the other
base filter properties do not change frequently. These properties can some
times be ignored i.e., when they do not hold to be applicable and
therefore have been named as optional filter properties.
How the smart identification process follows?
Posted by
Sunflower
at
10/07/2012 08:00:00 AM
0
comments
Labels: Application, Description, Filter, Identification, Mechanisms, Objects, Physical, Properties, QTP, Quick Test Professional, Smart Identification Mechanism, Tests, User, Usual Object Identification Mechanism, Working
![]() | Subscribe by Email |
|