what is the function generator?
Answers were Sorted based on User's Feedback
Answer / satyaprasad
Function generator is an option in WinRunner tool,it is a
library for TSL(TestScriptLanguage)functions,F7 is the
shortkey or go to insertmenu --> functionsgenerator
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sri
It is an electronic test equipment that generates
electrical waveform
| Is This Answer Correct ? | 1 Yes | 1 No |
The Function generator provides a Quick,Error free way to
Program Scripts.U can add TSL statements to your scripts
using the Function Generator in Two ways by pointing to a
GUI object or by choosing a Function from a list
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Risk analysis? Explain with example
How to write test case for view the table(i.e it is already stored in database and see the content in the table)
what is a bug?
can any one explain the performance testing in detail plz
What r the types of Test case design techniques
how do u do smoke test for login page which has username , password, ok, and cancel buttons
what is diffrence between dynamic black box testing and dynamic white box testing
A server configuration is controlled from a single web page with multiple options: ● 20 drop-down menus, with 3-4 options each. ● 5 check-boxes. ● 1 multi-select menu, with 5 options. ● 1 template selection, with 6 options: A, B, C, D, E, F. ○ When options A, B, C, D are selected, all options (#1-#3) above are available. ○ When options E, F are selected, only 10 out of 20 drop-down menus have an effect. ● Besides item #4, developers input is that all options are independent, I.e., not impacting each other. What is the required number of test configurations required in order to test the server configuration and release in good quality: a) Assuming first release. b) Assuming regression tests for release with new features not impacted by the above options. Test configuration is a complete set of options that were selected to be tested in one complete server configuration scenario. I.e, a test configuration is set of 17 or 27 specific options tested together.
What are the advantages of Manual Testing?
What is bug priority?
what is difference between regression testitng and re testing
For Editing functionality: If there are 10 fields on survey form.User can edit anything from theese 10 fields. User can edit only first field or he can edit 3 fields at a time or can edit all 10 fields at a time or can edit 1 field of one survey form, 2nd field of 2nd survey form, 3rd field of 3rd survey form etc. upto 10th fields or nothing will edit & close the form . My question is --> I have to write test cases for above all scenarios? Let me know it's urgent.