What are the configuration details has to be made clear for web based project?
Hi,OpenSTA is a distributed software testing architecture. The main feature of OpenSTA is web (HTTP and HTTPS) performance and load/stress testing. It allows you to record different usage patterns ...
Yes! It does support IE6
What is a build? Please give me an brief answer with an example?
Build:Its a revision made to the code to correct some of the defects.Developers may create several formal or informal builts before issuing handoff of AUT for testing
testers works on several handoff before releasing a new version
thanks for your answers....
Somrbody says "the compilation and execution of programm is called BUILD",is it correct,please explain me more...
once again Thanks for your kind informations...
If I have a gui map file,should I need to load it before I started to executing?
we have to add GUI Map File with the address where it has been stored on ur system
syntax is
GUI_Load("
for example:-
GUI_Load("c:gui_file_name.gui");
Yes, GUI Map file needs to be loaded before execution is started otherwise winrunner will not be able to identify the objects in your build.
For notepad application can any one write the functional and system test cases?
SYSTEM and FUNCTIONAL TESTSTesting MS Notepad is a huge project. Here are a few tests that I would consider. Please note that this is not an exhaustive set of tests.1) Application window&n...
System Test Cases Usability Test cases:Alignment, font, Spelling Background Colour, Verify Size Uniqueness, Verify Initial capital Letters, verify name Spacing Uniqueness in every Screen, Verify contr...
Explain me the flow of "v model sdlc"?
The V-model is a software development process (also applicable to hardware development) which can be presumed to be the extension of the waterfall model. Instead of moving down in a linear way, the pr...
Plz explain me what is low level design and High Level design?
What is the difference between system and end-to-end testing?
System Testing: Testing the core functionality of a component or system or application.
End-to-End Testing: An application may have dependency on upstream or downstream system or application. Testing the complete flow of data on all the components or application is called E2E testing.
End-To-End Testing refers to User Level testing of Component based systems. It verifies that the integrated component functions correctly as part of the overall system, and the existing Components of ...
What is incremental integration testing?
hi,incremental testing is an testing teshnique in which testing will be conducted with the modules in works from the bottom to up oor vice versa.Two types of incremental testingTop down approach - stu...
Continuous testing of an application as new functionality is added, it's done by programmers or by testers.
In n tier architecture what are the factors should be considered for testing?
I would like like to say that In N tier architecture ,load testing,browser testing,compatible testing and functional testing are mandatory factor,
In an n-tier architecture the testing is little complex as the tester don't have much control over the application.-Browser Compatibility Testing: Test application on different browsers (eg:IE, firefo...
In 3 tier architecture what are the factors should be considered for testing?
Hi,
Can you brief on each of them with some example,If you can it would be grateful.
TIA ,
Adam
Hi,
Three tier for any E-commerce or web application could have following architecture.
1. Database Server
2. Application Server
3. Web server
Testing across these tiers could vary according to your test plan or analysis.
generally smoke testing and sanity testing are same terminology but the understanding of the terms varies from company to company. Sanity testing is called depth wise testing that means only one funct...
Beta testing - For Software products (for multiple clients - for unlimited audience)UAT - For software PROJECTS (Bespoke software - for specific organization - for limited audience)In other words Beta...