what is framework and types of framework? Need of framework
in automation? write folder strucuture of framework.

Answer Posted / k.nagapawan

i giving idea, it is floder archieture,
folder divided into
sql for folder
testcase for one folder
vbscript one folder.....

Is This Answer Correct ?    0 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you capture tooltip using QTP?

636


what difference between runtime object and text object and what property they have. whether they have same properties or different properties.

1709


what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent

1341


How is test case write?

576


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

3618






Why qtp always start action1 and does not start action?

606


how to evalute defects in QTP script?

1491


Explain sub procedure of vbscript.

590


Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?

1580


Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?

606


What is expert view and keyword view?

626


How to connect the remote desktop using QTP 9.2 explain the method or procedure?

2802


Can we write winrunner language i.e TSL in QTP tool?

1478


can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process

1287


Hi All, How to Compare two strings character by character in QTP

954