what is the diff b/w assistive and mandatary rules of object
repository in QTP???
No Answer is Posted For this Question
Be the First to Post Answer
Did you use flatfiles in your projects?At what situation you used it?How can you upload flatfiles?
I have the script like this: Browser("Philips Web Login").Page("Philips CL DMS2 Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. If i want to get that value "DC3701737" in to a variable, how? pls let me know if you didn't get the question. Help me out in this.
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
How to handle run time errors?
What environment does qtp run in?
what is the difference between parameters and arguments?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
Hai anyone please "Explain about Framework in QTP?"
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?
what is diffrense between action and function
what is input pramater out output pramater ?i want the decrepation..?how to use in QTP?
3 Answers Infinite Computer Solutions,
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?