one screen page,that contains file , browse , update and
cancel buttons.when we browse a file it should get update
otherwise it should go to previous page.write negative test
case for that.
No Answer is Posted For this Question
Be the First to Post Answer
can any body clearly explain about hybridframework with the explanation for files what ever we come acros in this frame work?
Can we use Virtual Objects in Discriptive Programming?
Does UNIX support QTP? If not what is the other tool used for Unix environment?
Hi I am new to QTP. we are planning to implement automation for the application. I am trying to execute the following script: Set ExcelObj=CreateObject ("Excel.Application") ExcelObj.WorkBooks.Add Set NewSheet=ExcelObj.Sheets.Item(1) NewSheet.Name="Order" ExcelObj.Cells(1, 1).Value = "Name" ExcelObj.Cells(1, 2).Value = "Ordernum" ExcelObj.Cells(2, 1).Value = "nam" ExcelObj.Cells(2, 2).Value = "21" ExcelObj.ActiveWorkbook.SaveAs "c:\test1.xls" ExcelObj.Quit Set ExcelObj = Nothing in the above script for the line(ExcelObj.Cells(2, 2).Value = "21") it is inserting the value 21 successfully.this is fine But if i want to insert a variable instead of the constant value then what should be the modification in the script. For example: If user retrives a value throug "GetRoProperty" and wants to insert the value into then how the script changes?
1.what is the extension of action template? 2.what are the strengths and weaknesses of Keyword driven framework? 3.how qtp identify runtime objects?
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.
Where u will use output checkpoint in QTP?
How do Parameterization and Data-Driving relate to each other in QTP?
What type of error u will get if u have not installed java add in in java project? what is the error name ?
What is the difference between per-action and shared?
Does QTP support flat files? If yes what are those?
How will you declare a variable in qtp?