do you prepared framework,pls answer this
Answer / jhony
if u have any material about testing frameworks
pls send to jhony123.b@gmail.com
thanks in advanse
| Is This Answer Correct ? | 1 Yes | 1 No |
How many ways return more then one value from function?
What is OUTPUT VALUE ? PLZ Explain With Example?
what are the mandatory properties for a tex boxc (scenario?)
How do you find out whether the string is Numeric or Alpha numenric.Suppose..'QTP is an automation testing tool 12345' How should I know it is alphanumeric.Can any one please write the code for this
How can we display the names of the buttons in the toolbar of a webpage
Hi, I have a login page. To login in that page I need to have a valid username and password, which is stored in database. I imported that table to my DataTable in QTP (Global sheet). Now I need to write a code in qtp so that I can login only with valid username and data. my condition is : I want to get username and password from inputbox(which i did) and click on login button- which should verify the datatable for username and password and if value is present only then lofin else stop the testing. DataTable contains columns : LoginName and Password Code: Rowcount= DataTable.GetSheet("Global").GetRowCount msgbox "RowCount= " &RowCount,1 CurrentRow= DataTable.SetCurrentRow(1) Do Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$UserName$ctl").Set DataTable("LoginName",1) Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$Password$ctl").Set DataTable("Password",1) Browser("").Page("").Frame("Frame").Link("Login").Cli ck CurrentRow=CurrentRow+1 Loop Until CurrentRow>Rowcount Can anyone help? Thanks, Priya
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
How do u use Database checkpoints and what are the use?
how do you done Data-driven test using MS-Word Instead of DataTable
What is VSS? Is it used in Automation(QTP) Or Manual? what is menus in VSS?
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?