What is meant by YUI testing?
YUI Test is a testing framework for browser-based JavaScript
solutions. Using YUI Test, you can easily add unit testing
to your JavaScript solutions. While not a direct port from
any specific xUnit framework, YUI Test does derive some
characteristics from nUnit and JUnit.
YUI Test features:
* Rapid creation of test cases through simple syntax.
* Advanced failure detection for methods that throw errors.
* Grouping of related test cases using test suites.
* Asynchronous tests for testing events and Ajax
communication.
* DOM Event simulation in all A-grade browsers.
| Is This Answer Correct ? | 4 Yes | 0 No |
any one giv test cases for wordpad using equivalence class partioning
What is "Cache Memory". How and What we have to check in Cache Memory during Web based application testing.
When the relationship occur between tester and developer?
How to derive test requirements from SRS?
Could you please give me an example of test scenarios for online banking testing (like billing,payment,statements etc.) (like how to test the functionalities of Payment module, Billing module...etc.)?
What is meant by Decision Table Testing Technique?
You find a bug and the developer says “It’s not possible” what do u do?
What is Defect Leakage? and explain with example?
Hi Everybody could you please send me the ISTQB Material to my mail id sravanthireddyr@gmail.com Thanking you in advance
in the account there is 10,000 rupees and i entered 20000, in this case how will you test the application
In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% To the nearest whole pound, which of these is a valid Boundary Value Analysis test case? The options provided are a)£1500 b)£32001 c)£33501 d)£28000
What is the difference between Build Management and Release Management ?