what is exit and entry criteria of automation testing.
any body wants a real time script,please mail to me.
contactno;9986435766
Answer Posted / sada
1)application should be stable
2)minimum 15 to 20 cycles has been released
3)unit testing should be done
4)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how qtp identifies object?
what is keyword driven testing in qtp?n how is it useful?
What is data driver in qtp? Where we use it?
Explain how you can find length of array in qtp?
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
How to carry out bit map check points in QTP
Hi.. I want to do parametrization for selecting perticular flighr say XYZ by using local table: criteria: 1.If flight is available msgbox "Flight is available" and then select flight from flight table and click to ok button after that as enter username and ticket no and then stop 2. otherwise msgbox " Flight is not available" and stop Please help me out ..and let me know your responses on dipak.bachhav@gmail.com Regard, Dipak
How do you create regression test packs?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
How many types of parameters are there?
What is checking bitmaps?
Explain quicktest professional (qtp) testing process?
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next