actually how many hours per one day we will work on
automation(qtp) in real time
Answer / guest
Hi,
every day 8.5 hours resource will be work and 8 test cases
should automate including debugging,self reviewing and
executing with zero issues.
Regards
AAAA
| Is This Answer Correct ? | 1 Yes | 0 No |
Hi, I want to retrieve the cell data in the WebTable. For that I have defined a new test object under the browser and have given html tag and text as the test object properties. But while I try to identify it it says 'Object description is not unique'. I tried adding innerhtml, outerhtml, innertext and outertext along with the ordinal identifiers; but no use. What more properties need to be added to identify it? Also I want to enable smart identification for this object but the field is disabled in the object repository for this object alone(In QTP tools->object identification the enable smart identification checkbox is enabled). How do I enable it?
what is the difference between testing and debugging?
If an application name is changes frequently i.e while recording it has name, in this case how does QTP handles?
HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com
How to execute a winrunner script in quicktest professional (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?
How often were they executed?
Hi! Using Descriptive Programming How do we get Parent object for an object. Say, i want to get a parent object for a "Link" in a web page. thanks
How many lines of code in each script of QTP?
take one example and write vbscript on one web application in qtp? explian descriptive programe with one example?
In VSS, HoW the documents send to local folder? copy paste or any other? plz explain about VSS TOOL kit?
Suggest and Define a solution for an application whose objects are not recognized by UFT?