Currently, in Fiddler2, when I go to Autoresponder tab, select an item, right click it and choose Generate File, Fiddler will generate the autoresponder file on my Desktop.
Is it possible to configure this folder somehow?
No it isnt. It would just dwld it to your desktop.
Related
I am using the Community edition 21.3.0. In the Results window, when I right click, then go to "Open With" the only option is "Web browser". Is there a way to add "Excel"? Thanks!
You can simply select all the results, then copy with CTRL+C, go to excel and paste your results.
You can install Office Extension in DBeaver: https://github.com/dbeaver/dbeaver/wiki/Optional-extensions#office-integration
Sometimes we need to work with files in different folders.
Is there a feature in Pycharm or Eclipse that enable us to mark files with tags (or something similar) and show them in logical folders or groups?
Well, I got it.
I can just use (Favorites):
Right Click any file and choose (Add to Favorites).
Select one of the existing lists or add a new one.
To see your favorite lists: Press Alt+2 or click View --> Tool
Windows --> Favorites
I have a feature file as below:
Feature: Log in to the application
#OnlyOneTime
Scenario: Login to application as valid user
When User enter the valid credentials
And Click on Login
Then Home Page should be displayed
Scenario: Login to application as Invalid user
When User enter the inValid credentials
And Click on Login
Then Error Message Should be displayed
But the problem is it is being shown as plain file not at all with the gherkin colors, also I can't see find step option when I right click on a step.
I was also looking for a solution to this. Can't find anything on the web. So I keep looking on eclipse editor and found this.
Window -> Preferences
On the left side Preferences window click General -> Editors -> File Associations
on the right side click Add... Enter *.feature on the textbox then click OK
Select the newly added *.feature on the list
Under Associated editors click Add... then choose the Editor with the green cucumber icon. click okay
Apply and Close
Please follow the following steps
-Right click on . feature file -> Open With -> Cucumber Editor
I found an answer :
When everything is installed right, and if feature file does not display the gherkin colors, We need to first create a sample cucumber.feature file in the same path.
Once this is created if it is auto-populated with sample gherkin code, then other feature file will also work or we can simply paste content of our feature file into cucumber.feature and then rename it.
I am using TestNg for reporting purpose and attaching the screen shot as hyper link to the test cases using Reporter.log but as these screen shot file path is my local system folder. how can some one else access the screen shot through the report, When am emailing the report.
Actually in this case the screenshot files sharing is not up to your TestNG implementation. If you were using some CI server like Jenkins, Bamboo or similar it would be easier. If the
path is my local system folder
and you are on Windows, you can give other specified users access to your folder system. First make sure the Sharing Wizard is enabled, click the Start button Picture of the Start button, type “folder” in the Search box, and then click Folder Options. Click the View tab. In the Advanced settings box, scroll down the list and make sure the Use Sharing Wizard (Recommended) check box is selected. Then:
In Windows Explorer, select the folders or files you want to share. (You can select multiple objects.)
In the Command bar, click Share. (Alternatively, right-click, and then click Share.)
In the file sharing box, enter the name of the user with whom you want to share files or folders, and then click Add. You can type a name in the box or click the arrow to display a list of available names. Repeat for each person you want to add.
For each user, select a permission level.
Click Share
In the final step of the wizard, you can choose tasks to be performed (send email etc.)
Click Done
I'm using MS's VWD to edit some .aspx files in our website (I'm opening it as a website, not a project/solution).
I have some temporary files just for testing and some generate Build errors in VWD 2010.
But VWD won't let me "run" other pages in the website with those Build Errors present.
Is there a way to get it to IGNORE them?
Im using Visual web developer express,
but assume the the settings are the same.
click on TOOLS on the MENUBAR
click on OPTIONS when the TOOLS menu drops down
click on SHOW ALL SETTINGS when the OPTIONS window appears
click on PROJECTS AND SOLUTIONS in the LEFT hand panel
click on BUILD AND RUN in the projects and solutions drop down
in the rigt hand panel, look for the text "On Run, when build or deployment errors occur:"
change it to "PROMPT TO LAUNCH"
click OKAY button to save changes
Voila.