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
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
How to save your test using quicktest professional (qtp)?
who QTP recognizes the object stored in object repository?
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
What is quicktest professional window?
hou can we use vb script in qtp could u tell me breafly
Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points
I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object
How many lines of code in each script of QTP?
Explain the use of action split in qtp?
hi i want license key for qtp 9.2 pls its adjust product name : quick test professional locking code :8 - 54A6A license type : seat license maintenance number : 88888888-8888 pls send license key to my email id borusu.ramkumar@gmail.com
What are the factors on which script execution time is dependent?
How to carry out bit map check points in QTP