How many regression test suits in your appliction?
Answers were Sorted based on User's Feedback
Based on manual test suites, applications and releases...etc,
It means based on the requirements.
| Is This Answer Correct ? | 4 Yes | 0 No |
My application are maintaining only one regression for one module means we are implementing regression for each module and we are adding the script or test cases into the suites, based on the client demand we are executing to the scripts. usually we are executing quarterly (Whenever it is moving to the production we are executing to the regression suite)
| Is This Answer Correct ? | 0 Yes | 1 No |
Write a script to customize the test results in PDF and HTML format.
How can we close all webbrowsers which are opened in out desctop?
What is an Regular expression doing in VBScript?Tell the pattern for the email verification.
Explain about import and export files?
If 3 browsers are opened in our system, how to enter the facebook url into second browser by using descriptive programing
Which property do you use to retrieve or assign data into a cell in a Data Table object?
what properties do use to identify a browser and page while using descriptive programming?
I got an error "The"flightres" Dialog was not found in the Object Repository. Check the OR to confirm that the object exists or to find the correct name for the object." while running the following script Set flightres=description.Create() flightres("text").value="Login" flightres("Class Name").value="Dialog" Set agent = description.Create() agent("nativeclass").value="WinEdit" agent("attachedtext").value="Agent Name:" Set pwd = description.Create() pwd("nativeclass").value="WinEdit" pwd("attachedtext").value="Password" Set button = description.Create() button("nativeclass").value="WinButton" button("Text").value="OK" Dialog("flightres").WinEdit("agent").Set "test" Dialog("flightres").WinEdit("pwd").Set "mercury" Dialog("flightres").WinButton("button").Click Please let me know if i made any mistake in the above script...?
What is the difference between action & script?
We have opened three browser such as Facebook,Gmail,Amazon,I want to generate the script of Login of Amazon application, but while adding the object such as edit box(user id,password) in OR is not added.Could you please resolve my issue
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
How i can use Regular expression in QTP?give detailed steps for it.