If u don't have any Knowledge on perticular application but
they give that application to u for Testing ? Then How we
wil move towards testing on that application?
Answer Posted / debi prasad bhol
If u dont have any knowledge on perticular application but
they give that application to u for Testing , then in my
opinion u can test the application by designing the
specific kind of test case. Because we know that a tester
can design their test cae for the testing of application
and the design of test case can be done in three ways
1)Business logic based Test case design
2)Requirement based Test case design
3)User interface based Test case design
Here the Test case design is applicable "user interface
based test case design "
Then design test cases first then write test case
accordinly
then execute those test cases ,find bug ,analyse it .....
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
Explain the views in the QTP GUI?
What are the five challenges you faced in QTP?
What is the difference between a Function and Procedure in QTP?
Suppose I want fail that check point? How can you do that?
How does qtp identify gui object?
Hi Sudhananda, plz send me the QTP framework with any diagram and PPTS . I want to switch to automatio, I done QTP from professional person, but he does not give me his knowledge properly. so pls help me Thaks send me on following address mirajkar.akash@gmail.com
How can i check items sorted or not in a weblist ? Give me the script for this...
What is the script for database check point, bitmapchek point, regular expression ?
what are the utilities and drivers
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
What are table and db checkpoints?
What is the extension of qtp local repository?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?