Can you expect major bugs in Net banking Application?
Answer / ravi_kanakam
Bugs dont depend on type of applications.
The following are the major causes for the applications to
have bugs.
1. Incomplete requirements.
2. Inadequate time.
3. Frequent changes in requirements.
4. Poor communication between the developer and customer.
5. Inadequate testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi,All How to create a link in excel sheet using qtp
Tell me about your project? please help me how to tell about insurance project
can anybody give me the links for vb script material
h to all plz send me the answer if any one knows about this....i want the java add-ins for the QTP to do my project which is developed under the java platform.
What are the differences between table and db checkpoints?
How the exception handling can be done using QTP
what is the frame work your using in automation ?
Hi, I'm a beginner in QTP and planning of a certification in QTP, but have no idea about it :P. Could anyone please tell me what certifications that a QTP- beginner can take? What is the fees and the syllabus for the certification? Please reply soon. Thanks Vidhya
When ‘option explicit’ keyword is used in qtp?
In QTP if u got a defect , how to report to developer using Test director or Quality center .
Error handling
I encountered with very strange problem in qtp while writing the script i written the code window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open" ).Exit this code was working fine for about 10-15 times i executed the script but after some time qtp started giving the error with the same code the error is "Object doesnt support this method or function window(...).window(..)" then i modified the code with only window"regexpwndtitle:=Open").Exit in place of window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open" ).Exit now again its working fine i cannot understand what thing is creating the problem if same code executed successfully in starting for about 10 times then why it is giving the error now can anyone give the reason .