can we change the name of a check point?
when will you start writing testcases?
do you follow any methodology for writing test scripts?
qtp is key word driven testing or data driven testing?
Answers were Sorted based on User's Feedback
Answer / ravi
We can change checkpoint name also.
In QTP 9.2, right click on the checkpoint statement, you
will find checkpoint properties. In the properties dialog
box, you can change checkpoint name. This feature is not
present in QTP 8.2.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / anil.sts
I dont know for first question
we write test cases after recieving the srs doc and use
case doc
qtp is advanced keyword driven testing and also supports
linear driven
data driven
module driven
hybrid driven testing
| Is This Answer Correct ? | 2 Yes | 0 No |
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
how to get the object property
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=<input id=""btnSaveTab1"" class=""Button"" onclick=""document.getElementById('a1').click();"" name=""btnSaveTab1"" value=""Save"" type=""button"">", Second button "html id:=btnSave "outerhtml:=<input id=""btnSave"" class=""Button"" onclick=""document.getElementById('a2').click();"" value=""Save"" type=""button"">", Third button "html id:=", outerhtml:=<input id=""btnSaveTab1"" class=""Button"" onclick=""document.getElementById('a1').click();"" name=""btnSaveTab Fourth button "html id:=btnSave outerhtml:=<input id=""btnSave"" class=""Button"" onclick=""document.getElementById('a2').click();"" value=""Save"" type=""button"" 5th button "html id:=", "outerhtml:=<input class=""Button"" onclick=""document.getElementById('a5').click();"" value=""Save"" type=""button"">",
How can we add regular expression for date field (dd/mon/yyyy)?
anybody give me the real time example for descriptive programming of web application
suppose im having a string wipro123xyz i need to get the value 123 only from the string today 123 will be in the middle from tommorow it will be changing to front or back how to get the no if it changes continously?
Actually what is Quality center..is it Test Director or some other tool..Anybody can expalain it in detail..Thanks in advance..
whaht is the difference between CLASS & OBJECT?
In QTP whether is it possible to call a function from one action to another action?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
Hi PLZ explain User Defined Functions in QTP with eample?