In which situation or phase or any did u find that Manual
testing is a must instead of Automation testing
Answer Posted / ashok
I am working with web application and we are using QTP now.
My application functionality is, if you process the
application, one email will go in to the "OUTLOOL EXPRESS".
In that mail one url link is visible. If you click on the
link,it will open the application.
My problem is i need to test the GUI on the application.
we need to open the email through QTP script.
is it possible? If possible,please give me answer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is bug, deffect, issue, error?
what should be tested when credit card is used as payment option in ecommerce project?can anyone tell me in detail what to test n how to test when credit card is involved in web application?
What is the Jar file?
What is the difference between functional testing and integration testing?
can someone give me a brief idea about embedded testing.. i know both embedded system concepts and testing concepts.. i just want to know what we have to do for embedded testing
1.what is a test condition ?
What is frame level testing and how do we test it?
If date field is a text field write test cases to validate it?
HI FRNDS, I HAVE 2.5 years OF exp In Manual Testing,Plz let me know if thr r any oppurtunities in any company in Bangalore ID:dsnithi@gmail.com Thanks in Advance
What is configuration management in software testing ?
Please send any one latest 3+ years of experience testing tools resumes my mail id is krishnavenimodaliar26@gmail.com
what are the responsibilities for QA tester to test application on UNIX environment??? what skills required for unix???
can u plz give an example for regression testing with example.
what is the difference between website and web based application ?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }