What is the process for creating an automated test script
using QTP assuming you have reviewed the manual test case
and understand the requirements?
Answer Posted / ganesh
transfering ur testing from Manual to Automation depends
upon lot of factors.Depending upon these factors u decide
the 'Framework'. Framework is nothing but the approach by
which u implement QTP to ur project.There are various type
of framework avilable....Data, Library, Keyword Driven to
name few
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why is action split used by qtp?
what is clean sweep?
What are the ways you can synchronize?
describe some problems that u had with automating testing tool?
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
What is the differences between image check point and bit map check point?
What are the types of data tables in qtp?
Can anybody post some real time scenario in qtp? please its very urgent.
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
Define Environment Variable in UFT and its uses?
hi, can u tell me the QTP TEsting process in present real time companies?(beware of this... now a days Recording is not using,, only DP) and don't tell note book answers like step 1 spep2....like this .......post answer with professional skills in simple english words) thank u
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
Explain how you can find length of array in qtp?
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?