Tell me about your project?
please help me how to tell about insurance project
No Answer is Posted For this Question
Be the First to Post Answer
i am trying to capture the URL from the open browser and store it. pls give me solution how we can do this in QTP. thanks
Brief the process of testing with UFT?
Tell me the difference between the Data Driven Frame work and Keyword Driven frame work?
How to test menu options using qtp
hi in QTP 8.2 in the edit box has text like "raju want married" . i want to check "want" is their in the text or not ?
how to retrieve data from the data table (from a particular cell)
Hi All, I need 5 yrs exp manual and automation testing using QTP sample resume. is there any body having please send me my mail id is bjr@aol.in Tahnks in Advance
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?
Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement
Can we use smart identification in Keyword Driven approach? If yes , How we can use. Please Explain?
What is iteration? How it is related to Test Results in QTP
3 Answers Virinchi Technologies,
I Scheduled a QTP Script on remote desktop. Script is going to failure,when remote desktop connection fails.I have to open my remote desktop untile the scripts exection completes. If I disconnect my remote desktop connection, script is going to fail.?