What is log file? what is the use of Log fine. How to
create? what are the contents and the main advantages of
log files. plz do help me in this concepts as i have an
interivew on qtp in a couple of days. plz do help me..
thanks in Advance.
Answer Posted / supriya
Log files are like notepad files except that the extension
is .log
Used for storing the results
usually an example of log file copuld be your computer's
Event Management logs or aPPLICATION LOGS.
iN QTP WE USER IT STORE THE RESULTS AND CHECK THE LOGS OF
THE TEST SCRIPTS
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain Descriptive Programming Types with Examples?
How you can decide which type of object repository you have to use?
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
What is the standard timing delay for web based application in qtp?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln
What is Port testing. Whhen will you perform?
How many scripts did you have?
Do you know how to connect database? Can you tell me the procedures?
What is the difference between QTP and WinRunner? Why do you choose only QTP for automation among remaing tools like Rational robot and silk test? Write the VBscript for any functionality in your project ? What is the cost of QTP ? If you entered into yahoo mail with your valid user name then you will get FOR EXAMPLE , " welcome to krishna " on the top of inbo page , how can you test it in QTP? What type of testing you can do, when we gave you 5 screens and how can you test that application? What type of framework you are using in your company and explain it?
tell me exact differenceb bw qtp and selenium?(could not tell open soure and licennce? difference in usage and technical difference?
Explain the terms test and business component?