What is the Limitations of Testing ?
Answers were Sorted based on User's Feedback
Answer / abhijit khot
We cant confirm each time that the application is bug free,
even if we have doe a lot of testing on the application.
There is always a possibility that the code/application will
behave in a different way than expected if inputs are changed
than that tested of even if environment is changed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prasad reddy
Hi,
The following are the limitations of test
> When we complete all our test cases execution
> when we close all the high priority defects
>When the testing time is up and the testing budget is closed
-Prasad reddy
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / amit
Testing is limited to the functionalities supported by the
application including the performance aspect.
| Is This Answer Correct ? | 0 Yes | 4 No |
Answer / abcd
when we have completed all of our test cases in our
tracability matrix then we can end our test.
| Is This Answer Correct ? | 0 Yes | 6 No |
Hi..friends can anybody write the script for this question... Am having some 20 nos of links in a web application, i want to click some 5,13 & 17th links. So please....can anybody give the answer....??? -->Hani<--
Is it possible to call win runner script in qtp?
How do you send email with attachment from outlook using qtp ?
How many types of recording modes in the qtp?
How to get popup error message.
How to test menu options using qtp
Does QTP work in UNIX environment
5 Answers BirlaSoft, C1 India,
I am testing a Website thelancet and create a description for searching "health" in search edit box.But my description failed on last two lines.Can anybody solve this
Hi Everybody, Can anybody please tell me the how to display the result of the QTP in the notepad text file rather than in the QTP result window. Suppose this is my simple script:WHich will open the notepad file and enter some text and then will change the font then will calculate how much time has been taken.Now, in this script i want to display the result in notepad file. Dim s Dim starttimer,endtimer,timeit s="uyetuywqtywqte" SystemUtil.Run "notepad","","Y:\","" Window("Notepad").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp Window("Notepad").Dialog("Save As").WinEdit("File name:").Set "test1" Window("Notepad").Dialog("Save As").WinEdit("File name:").Type micReturn Window("Notepad_3").Type s Window("Notepad_3").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp starttimer=timer Window("Notepad_3").WinMenu("Menu").Select "Format;Font..." Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Type "cou" + micDwn Window("Notepad_3").Dialog("Font").WinComboBox ("Font:").Select "Courier" Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Set "Courier" Window("Notepad_3").Dialog("Font").WinEdit("Font:").Type micReturn endtimer=timer timeit=endtimer-starttimer print(timeit) Please also tell me where the function for the text file result will be declared and where it should be called. Thanks, Gaytri
why we use check points , In qtp we use the any check points , what r they , when and why
Are u place all QTP Framework folders in VSS?
how and what kind of vb functions do us ein QTP?