how can we group that these test cases only should be
automated and in which order you execute that test cases
Answers were Sorted based on User's Feedback
Answer / prince
1.when the test data is not changed
2.when u need some graphs and reports on that particular
tests .
3.when there is any test case to check the Coding Standards
(consider this as a ex for 1st point).
4.when u go for regression test.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / csr
We group a set of similar test cases to form a group. And
the order which it needs to be executed is some thing like
C-R-U-D create-Retrieve-Update-Delete
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jagadeesh
see once completion of manual process we go for automation
where we can't do areas in manual for that your each end to
end scinarios related to maual testing will be automated
scinarios as tests where you want to do retesting and end
to end testing.
if you are in real time you can get automated scinario doc.
from your test lead.
regards,
jagadeesh
9849917466
Is This Answer Correct ? | 0 Yes | 0 No |
What are all the common questions asked for the candidates having more than 1 yrs exp in QTP?
Recovery Manager means..?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
Without using gui map editor we can recognize the application in winrunner ?
In qtp, explain what is keyword driven automation framework?
How we wil do data driven test using chkpts? Plz. give me complete navigation steps for this?
what do u mean by test harnesses in qtp?
How can i count the list box elements in QTP ?using script plz explain me (Chandana)
.qfl extension for which file? where vl use it
In real time ,How to run all scripts in QTP? i,e in projects
Can we test GUI of the application using QTP.? How.?If possible briefly explain process.?
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?