What is log file?How to write log file code?
Answers were Sorted based on User's Feedback
Answer / mahesh.k
lOG FILE IS NOTHING BUT RESULTS FILE.
AFTER EXICUTING THE APPLICATION THE RESULTS WILL BE EXPORTED TO EXCEL SHEET.
DATATABLE.EXPORTSHEET("FILE PATH","SOURCE")
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / samudra k
Log file is having the information like when the test executed and what is the result of the test and how much time it took for the execution etc.
by using scripting we can save log file in notepad(flat file)and excel sheet
This file shows the information about the script from its execution to end
Like mobile phone log, missed calls, dialed calls, received calls etc
| Is This Answer Correct ? | 0 Yes | 0 No |
how to evalute defects in QTP script?
How often were they executed?
What are the QTP advantages and disadvantages?
What is the default add-ins in qtp?
if the excel sheet specified in script is not there,we get run time error how to handle the error ,please anybody explain me in detail
I've some problem in Descriptive programming plz help me. I've written in a click event code in Functional library when I run this flight reservation program It is not run. How to I write multiple click event in functional library. My program is this. I have associate an action with functional library. Public Function ClickButton(byval ApplicationName, byval WindowName, byval ObjectName, byref Comments) If Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Exist Then Dialog("text:=" &WindowName).Activate Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Click Elseif Window("text:="&ApplicationName).WinButton("text:=" &ObjectName).Exist Then Window("text:=" &ApplicationName).Activate Window("text:=" &ApplicationName).WinButton("text:=" &ObjectName).Click End if End Function
I have a string "Redfort is in Delhi" how do u write vbscript for " Delhi in is Redfort"
what are the design objects in qtp
what is synchronization point, synchronization method, wait property method? with examples.. plz explain this in brief
Hi All, What is an XML Checkpoint in QTP? How can i use it while testing a web application? Kindly explain in detail. Thanks in advance
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
what is the difference between DP and keyword driven framework?