What is iteration? How it is related to Test Results in QTP
Answers were Sorted based on User's Feedback
Answer / dsm
Here iteration means repeat the processes, with same values
or different values,when You take the datadriven test with
different values... the test process repeats that much of time.
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / apbhat2007
iteration implies repition so how mkany times does the
script or test get executed that is shown in the result
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / praveen
An iteration is a single script run with QTP by supplying
requires input data.
| Is This Answer Correct ? | 3 Yes | 0 No |
can anyone please tell me which is the best institute for learning QTP and Automation Testing tools in hyderabad with realtime examples and scenarios...I heard about many institutes in Ammerpet hyderabad i.e Suresh Reddy's Smart Solutions, Ashwin Palaparthi's Tech Teach,SUNNYSOFT, SITE institute, I-VINTAGE, siritechnologies and sriven institute..pls suggest me which to choose for learning QTP....Which institute has fasttrack option?
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
Hi I have created a table in the MS access database. I want to access the table in this database through QTP. The code is given below. The code is not working.The following error is displayed "Data source name not found and no default driver specified". Any one can correct the code. Thanks in advance. Dim dbconnection, rs Dim ca, sname Set dbconnection = createobject("ADODB.Connection") Set rs = createobject("ADODB.Recordset") dbconnection.open "DSN = MS Access Database","", "" rs.open "select * from Research", dbconnection rs.movefirst If rs.EOF <> True AND rs.BOF<> True then ca = rs("order_number") sname = rs("customer_number") rs.movenext msgbox ca msgbox sname End If
How do you done Data-Driven Testing using MS-Word. What is the script for that
what is the recovery scenario?
What is the condition or scenario that leads the use of object spy in qtp? (while recording we can get all the properties) then wat leads to use this?
Tell me the difference between QTP9.2, QTP9.5 and QTP10.0
What are the differences between QTP 9.2 and 10? please explain e indetail......
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
What r the diffrernt file extentions in QTP?
Where you are storing your script?