What is batch testing?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
The SeQuential execution more than one test case is called
as Batch testing. Every test Batch is consists of mutiple
dependent test cases. In those batches every end state is
base state to next case .Test batch is also known as Test
suit or Test belt.
| Is This Answer Correct ? | 45 Yes | 13 No |
Batch testing is an integral part of Wild Country's quality system.
It is a process in which one test is done simultaneously on multiple specimens.
Steps for Batch Testing:
1). Prepare Individual Tests and Run once.
2). Open Test batch Runner Tool and Form Batches.
3). Run or Execute Test Batches from Test Batch Runner.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / helper
Batch Testing comes from batches. First we have batches, a batch means set of sequential transaction for any system. When we execute the test cases for those batches them we can say that we are executing batch testing. Basically for batch testing, we require AUTOSYS which is a Job Scheduler for running the jobs and boxes.
| Is This Answer Correct ? | 13 Yes | 10 No |
Answer / gowtham
Batch testing is the keeping the dependency test cases in
the one place. If we test one testcase and if it is
successfully executed then all other depoendent test
cases are passed where as If the test case is failed then
all other test cases are failed
Please correct me if i am wrong
| Is This Answer Correct ? | 10 Yes | 34 No |
what is a test strategy & what is the difference between test strategy & test plan?
what is Smart identification
What the genaric function to connect Sql Server using Sql Server Authentication and Windows Authentication
how many script you will wright in a year ? i told it's depends on the proj..and 'n.no of ... but he forced me to tell some num. or avg .....how many i suppose to tell..??and do a favor per day how many script don't thing it's repeated question or common ...help me post a ans...thanks for advance
While writing script using For Next Statement in QTP, I try defining the variable in Lib File I am getting syntax error whereas if I use the variable in script file, the script works fine. Can anyone help me in finding the reason behind this?. E:g Dim intStartRow (Define in Lib File----- say abc.vbs) Dim intRow (If I define this variable in Lib file I am getting Syntax error where as if I define in the script file ---- say xyz.mts the script works fine) IntStartRow=2 For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count ‘Some Code here Next
what is purpose of automation?
for example u can take ebay or plifcart online shoping web application--------- write acode in vbscript in qtp---- search box and write (iphone6)and click on go button then opened diff prise iphones in next page but u can select 30,000 to 90,000 list pls write code?
2 Answers FFASVA, Genpact, Wipro,
In how many ways we can add check points to an application using QTP.
I am executing a batchfile.In one script on one Button i have inserted a checkpoint.It is in a loop,my checkpoint is going to fail sometimes.That failed results only I have to log in a file.How it's possible...pls give the solution for this?
Please Explain The QTP real Testing process with steps.
in order to start automation testing what we should require (entry level to automation testing)
Which line will be executed 1-B(DP).P(OR.link(DP) 2-B(OR).P(Or).Link(DP)