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?
No Answer is Posted For this Question
Be the First to Post Answer
Error handling
What are the different kinds of test steps?
I want to open a Notepad window without recording a test and I do not want to use SystemUtil.Run command as well How do I do this?
What is 'sleep' in sync point?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
w is recovery senario manager
how can you write a script without using GUI in QTP?
What is the use of sendkeys.In which cases we Use this sendkey.Pls explain with example.
what is profile tool?
get the order no from the following orderdetails orderstring="ORD13456PNR" eg:13456
What are the two types of repositories available, explain them?
How to handle the exceptions using recovery secnario manager in quicktest professional?