whenever U using QTP,Test Director, Why we using separate
Bug tracking tool?
Answer / pradeep
not necessary to hav a diff bug tracking tool..
depends upon the org u working for..
if they can invest money to buy a tool..
| Is This Answer Correct ? | 1 Yes | 0 No |
How would you export a script from one pc to another in qtp?
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
Inserting a Call to Action is not Importing all columns in Datatable of globalsheet. Why?
Which scripting language QTP is using?
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?
want to learn real time automation project(QTP)?
It seems Interview questions from Ordain Solutions are almost BASIC LEVEL-Easy. I am asking one tough question..(I think.. May be easy for some people) In recorded script the - WebLink("cityinfo") In reality, the WebLink name is "generalinfo" How you can write function to click that changed web link. NOTE: This functin should work with any Dynamic text link. I will post the answer later.
wt is memory leakage?
Explain the concept of object repository & how QTP recognises objects?
What is Curd testing?
what is the purpose of .vbs file?
What is keyword view and Expert view in QTP?