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 / prawin kumar
Indeed this comes under Exploratoroy testing, Here T.E doest
have functional knowledge, and has't desing any T.C.D. with
out this directly an application is going to be released,
low level companies are going to follow this.
while seeing the particular functionality i.e ADD button he
comes to know that this is an add function, and he is going
to test on it.
so here knowing the functionality and testing the
functionality happens simultaniously.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
Define virtual object?
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
how do i know how to use tools
what is impact analysis on regression testing?
I am trying to install QTP 9.5 but i am getting error message saying that ("Path is \QuickTest Professional\bin\vb_init.exe") vb_init.exe file is not find. can anybody give me the advise what to do ?
Why script error occur in between recording in qtp?
Discuss quicktest professional environment?
How to add synchronisation points in qtp?
What is object spy in quicktest professional (qtp)?
breef description of batch testing ?
What are the automation metrice in your project?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
What is a reusable action?