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 |
what is smart identification?
where exactly we can't do the automation testing. give some examples
How to call a function in QTP?
What are the key elements available in test result window?
What is Automation frame work.How we will prepare in real time.
Problem with XML checkpoint in QTP ?
How to call the userdefined functions to script? If i am stored 'add()' function in Library functions folder. i want to cal that function in my script.
how to export the result to notepad....for example i want to enter the user name and pass word and clicking on login button ......once you click on login button the corresponding page will open ...in that page you having one list box ...here you can get either success or failure ........friends here i want export the message what ever i got either success or failure .....how to export the result to note pad
What are the advantages of a Hybrid framework?
What is qtpro? What is quick test pro?
While writing script using For Next Statement in QTP, I try defining the variable in Lib File I am getting syntax error whereas if I use the variable in script file, the script works fine. Can anyone help me in finding the reason behind this?. E:g Dim intStartRow (Define in Lib File----- say abc.vbs) Dim intRow (If I define this variable in Lib file I am getting Syntax error where as if I define in the script file ---- say xyz.mts the script works fine) IntStartRow=2 For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count ‘Some Code here Next
what is the Descriptive Progarmming? how it is help to testers in QTP?