Monday, September 2, 2013
Application areas of leaky bucket algorithm and token bucket algorithm
Posted by
Sunflower
at
9/02/2013 01:58:00 PM
0
comments
Labels: Algorithms, Applications, Bandwidth, Congestion, Control, Counter, Events, Interface, Leaky bucket algorithm, Networks, Packets, Queue, Token bucket algorithm, Tokens, traffic, transmission, Users
|
| Subscribe by Email |
|
Saturday, August 31, 2013
What is the difference between leaky bucket algorithm and token bucket algorithm?
Posted by
Sunflower
at
8/31/2013 04:10:00 PM
0
comments
Labels: Algorithms, Bandwidth, Bucket, Data, Events, Inter-network, Interfaces, Layers, Leaky bucket algorithm, Network, Network layer, Networking, Packets, Processes, Token, Token bucket algorithm, transmission, Virtual
|
| Subscribe by Email |
|
Saturday, June 15, 2013
What is Process State Diagram?
Process States
Posted by
Sunflower
at
6/15/2013 09:36:00 PM
0
comments
Labels: CPU, Diagram, Events, Input, Memory, Multiple, Multitasking, Operating System, Primary, Process, Process Sate Diagram, Processors, Queue, Ready, Secondary, States, Time, Transition, Waiting
|
| Subscribe by Email |
|
Wednesday, April 17, 2013
What are Real-time operating systems?
- The soft real –time operating system: It
produces more jitter.
- The hard real – time operating system: It
produces less jitter when compared to the previous one.
- Minimal interrupt latency and
- Minimal thread switching latency.
- Time sharing design: As per
this design, the tasks are switched based up on a clocked interrupt and events
at regular intervals. This is also termed as the round robin scheduling.
- Event – driven design: As per
this design, the switching occurs only when some other event demands
higher priority. This is why it is also termed as priority scheduling or
preemptive priority.
- Running or executing on CPU
- Ready to be executed
- Waiting or blocked for some
event
Posted by
Sunflower
at
4/17/2013 07:05:00 PM
0
comments
Labels: Algorithms, Applications, Data, Design, Events, Factors, Features, Hard, Multi-tasking, Operating System, OS, Priority, Process, Real time Operating system, Scheduling, soft, System, Tasks, Throughput, Types
|
| Subscribe by Email |
|
Saturday, February 23, 2013
Explain FuncUnit and QUnit - Web Functional/Regression Test Tool
About FuncUnit Tool
- Internet explorer version 6 and above.
- Firefox version 2 and above.
- Safari version 4 and above.
- Chrome
- Opera version 9 and above.
About QUnit Tool
Posted by
Sunflower
at
2/23/2013 10:38:00 AM
0
comments
Labels: Application, Automate, Browser, Debugging, Events, Features, Framework, FuncUnit, Java, QUnit, Regression, Suitecases, Test code, Testing tools, Tests, Tools, Web, Web Functional, Web testing tool
|
| Subscribe by Email |
|
Tuesday, January 29, 2013
What are the features of Eggplant testing tool? How is Eggplant run?
Features of Eggplant
- Guided
record mode: This record mode is quite sophisticated in comparison to the
regular mode. It generates code by means of capturing the images thus
avoiding the extra and unnecessary recording of the keyboard and mouse
events.
- Debugging
- Code
completion
- Eggplant
can be integrated very well with the other quality management software. It
can be further used for augmenting the systems like the HP quality center.
- Eggplant
features an execution only mode i.e., the software testers and developers
have the freedom of running the tests unattended via the command line
interface of the eggplant.
- Mobile
testing
- Cross
browser testing
- Cross
platform testing
- Rich
internet application testing
- Performance
testing
- Integration
of the OCR engine
- Sense
talk scripting
- Mac
OS X lion support
- Android
- iOS
- blackberry
- Symbian
- Windows
Testing Process with Eggplant
- Set up your SUT and
a VNC connection as mentioned previously in the article.
- The SUT is
controlled through eggplant so that you can capture images indicating the
SUT interface elements. These are the elements with which you want the
eggplant to have an interaction with.
- Third stage involves
generation of the scripts that guide the eggplant regarding what is to be
done at the image locations that you have selected.
- You can execute the
scripts as many times as you require carrying out a particular task such
as validating a process.
- The result is
generated in the suite editor and consists of detail run info and
statistics that you can use for analyzing your results.
Posted by
Sunflower
at
1/29/2013 04:13:00 PM
0
comments
Labels: Application, Approach, Automation, Black Box, Code, Debug, Eggplant, Events, Features, Graphical User Interface Testing, GUI, Images, Interface, Mobile, Modes, Operating System, Scripts, SUT, Testing, Tools
|
| 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 |
|
Thursday, November 8, 2012
What is Silk Test Architecture?
- Object class properties and
- Object methods
- Silk host software and
- Silk agent software
- Creating
- Editing
- Deleting
- Compiling
- Running
- Debugging etc.
- Creation of a test plan
- Recording of the test frame
- Creation of the test cases
- Execution of the test cases and interpretation of
the test results.
Posted by
Sunflower
at
11/08/2012 12:16:00 PM
0
comments
Labels: Agent, Application, Architecture, Automated Testing Tools, Automation, Clients, Events, Graphical User Interface, GUI, Host, Input, Machine, Methods, Objects, Operations, SilkTest, Software System, Test Scripts
|
| Subscribe by Email |
|
Saturday, September 29, 2012
What is Reporter.ReportEvent? What is GetRoProperty? (In QTP)
- Reporter. Report event and
- GetRoproperty
- For reporting of the status of the results of the
tests like success, failure, warning, error and so on.
- For enabling or disabling reporting of the steps
that immediately follow the executed statement.
- For retrieving the folder path where the results
of the current tests can be stored.
- For retrieving the execution status at the current
point of the execution process.
- Reporter event method
- Filter property
- Run status property
- Mic Pass or 0: If the test step passes the run.
- Mic Fail or 1: If the test step fails the run.
- Mic done or 2: If the status of the test is not
affected by the run of the test step.
- Mic warning or 3: If the status of the test is not
affected by the run of the test step and a warning has to be issued.
What is GetRoProperty in QTP?
- For returning the
run time value or the current value of the test object property from the
objects present in the software system or application.
- For retrieving the
current property value during the run session of the object present in the
software system or application.
- GetToProperty
- SetToProperty
- GetToProperties
Posted by
Sunflower
at
9/29/2012 02:48:00 PM
0
comments
Labels: Application, Automation, Events, Execution, Functions, GetRoProperty, Methods, Object, Properties, QTP, Quick Test Professional, Reporter, Reporter.ReportEvent, Run, Software System, Status, Tasks, Tests, Values
|
| Subscribe by Email |
|