Take a situation when you are working with QTP, suddenly
system has crashed.so you again start the system. My
questyion is how can QTP directly opened when the system
desktop appears.
Answers were Sorted based on User's Feedback
Answer / nagesh poli
upto my knowledge , there is no such events op options in
QTP.
you have to restart your test again.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / william_vijay
we can set the error or event in the recovery scenarion
wizard and if the system faces such situation by the
recovery scenario the system will get back to the desired
action or events
Is This Answer Correct ? | 1 Yes | 2 No |
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 ?
Is virtual object supported in low level recording mode?
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
Other than using import sheet statement for importing the data from excel sheet, is there any other method that can be used?
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression
How can you write the scripts that operate on different objects depending on run-time information?
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?
Explain calling sub procedure.
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
what is L-trim function will do?
After geting the modules where we generate the script ie in qtp or notpad ?
Explain QTP using different development techniques ?