Did you use flatfiles in your projects?At what situation
you used it?How can you upload flatfiles?
Answer Posted / sreeprasad
flat files are simply like a notepad fiel with an
extension filename.db these files are created[ application
specific ] by an application when an backend like oracle ,
sqlserver are not used .the data stored in the files are
sequential in order and data retrieval is sequencial order.
time consuming if ample of data is stored.mostly small
organisation's application use this where they cant afford
sql ,sqlserver etc
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain advantages and disadvantages kdf?
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
Generic function to search for the unique link in webtable and click on it
Explain QTP using different development techniques ?
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
Can we Test Welcome Screens and Process Images with QTP
Where you get the run time data table?
Mention the test steps of qtp.
How to get the particular property value?
How to find the difference between 2 dates in qtp?
Where to use Property Let, Property Get, Property Set in UFT
How to create Reusable and Multiple Actions?
Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com
What is checkpoints for quicktest professional?
Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers