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 |
in which situation u will use recording and in which situation u will used to write script manually
Gmail application is there.On that Inbox so many mails are there including naukari mails. On that mails i can select the only naukri mail checkboxes. plz tell the descriptive code for the above..
What is the difference in testing a client-server application and a web application?
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
I have thousands of links are there, i want check each and every funtionality of link by using descriptive programme, retrive link name from excelsheet then operate in application. Please anybody send me model script
How you can decide which type of object repository you have to use?
Greetings friends , Hope all of you are doing well. When I run a test, is it possible for me to for me to take each row from the data table , once at a time. In other words,if i have 10 rows in the global data table, say data1,data2, data 3...and so on up to data10. Can I have the value of data1 when I run a test, and next time when I run the same test (say next day), it should skip data1 as it has already used it and go directly to data 2 ??? Would be great if anybody can help me out know in this issue. Thanks & Regards !!
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
Test Life cycle starts IS it Requirments stage or Test Initiation?
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
7. Given scenario is like this: One Web table is there and you have to search and retrieve a cell data which is equal to the given number say:123. Assume you have given with the column name/id of the table where the number may exist. So now you have to go to the given column and search for the number 123 and retrieve it along with the row number of it.
normally by going through the object properties in object spy we write descriptive programming(correct me if i am wrong). But how or from where can we get the object properties in the object spy?plzzzzzz do answer