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 |
How to record application running on the Virtual machine?
How is test case write?
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
How can you write the scripts that operate on different objects depending on run-time information?
what is the frame work your using in automation ?
How do I get the QTP scripts result in xml format by using vb script function?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
Hi guys pls any one send me the Qtp Licensed key of version 10.0 pls
how many test scripts we will write in qtp? very urgent. please??? Thanks in advance..
Difference between image checkpoint and bitmap checkpoint
Synchronozation types in QTP
I have action1, action2, action3 r there.my query is while executing if i get any error in action1 i want exit from here itself, otherwise execute action2, if i get any error in action2 i want exit from hereitself, like this,what is the method for this?