Can we do web automation without using selenium/ QTP etc? [closed] - python-3.x

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 years ago.
Improve this question
Can we do web automation without using selenium/ QTP etc? I think "No", but just to clarify the answer with proper explanation.

For your question, yes we can automate the web application without using selenium/QTP. Nowadays, there are lot of tools available in the market which can automate the web application. Some of them are mentioned below.
Katalon Studio. Katalon Studio is a powerful automation tool set for web and mobile app testing. It is a free yet feature-packed solution that can be applied to overcome common challenges such as wait-time, pop-up and iframe in web UI test automation. Reference: https://www.katalon.com/katalon-studio/
Sahi is an automation and testing tool for web applications coming in an open-source.Sahi Open-source is written in Java and JavaScript and hosted on SourceForge since October 2005. It is released under an Apache License 2.0 Open Source License and its current version is 5.1 (published on October 5, 2016). Sahi Pro is currently in version 6.3.2 and is hosted on the Sahi Pro Website.
Reference: http://sahipro.com
Ghost Inspector is an automated UI testing and monitoring tool. It allows you to record yourself performing actions on your website within your browser, then sync them to the Ghost Inspector service and run them continuously as a regression test. Reference: https://ghostinspector.com
and there are many more. Please let me know if there are any issues.
Thanks,
Krishna

Related

Microsoft Sync Framework and Windows Server 2012

I am needing to move an application to a different server. This application uses Microsoft Sync Framework. I have looked over the FAQ and forums on the Microsoft site, and have not found a decent answer to my question.
Does Microsoft Sync Framework run on Windows Server 2012? Whatever the answer could you provide a website/documentation to help back up your answer.
Thank you
it should run on Windows Server 2012. I can't give you any link as it's based on my own experience. Likewise, don't expect to hear back from the product group as they have been inactive for a couple of years already.

CRM solution configuration steps [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I want to configure and install different softwares for a custom CRM solution.
What I need:
· TFS Server 2012 – Solution -
· CRM Dynamics 2011 – Integration with TFS and SharePoint.
· SharePoint 2013 – Integration
· Office 2010 Standard integration
I want to know the installation hierarchy mean first I should install tfs server then sharepoint and so on or first sharepoint then tfs..
Please let me know order in which I should install all these products. Also let me know if any of these products conflicts each other and I have separate db server, mean sharepoint front server will be separate and db server will be separate. I one Windows server 2008 R2 server and other server with sql server 2008R2
That all should work just fine, and all products can share a single database server. For installation order, I recommend:
CRM 2011 Server.
CRM 2011 Email Router.
CRM 2011 SSRS Extensions.
SharePoint 2013.
CRM/SharePoint integration.
Office 2010 and CRM Outlook Addin on client machines.
Verify basic functionality after each step, of course.
TFS doesn't directly relate to the functionality of CRM, and there is no direct integration between the CRM server and TFS. Your developers will want to install the CRM Toolkit and then just connect and use TFS as normal.

Microsoft CRM 2011 and cross browser support [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Does CRM 2011 have cross browser support? Or does it still require Internet Explorer?
Edit 04/02/2013. Cross browser support begins with CRM 2011 Update Rollup 12. The browsers supported are listed at: http://support.microsoft.com/kb/2784954
See http://support.microsoft.com/kb/2669061 to see support by product (CRM 4/CRM 2011) and rollup.
Sadly, no other browser than IE is supported for the full webclient (yet). See the Microsoft Dynamics CRM Web client software requirements.
However the mobile front-end "Mobile Express" which is part of Dynamics CRM 2011 is accessible with other browsers. Simply append /mto your url, for example https://crm.foobar.org/m
Still need IE, however you can use IE9 (which does legacy support).
Or can do what I do, use Chrome, but use the IETab plugin (which mocks IE). Then I don't have to have 100 thousand CRM windows open.
Cross browser support wont happen until HTML 5 is used.
I think this is planned for CRM 2012 or CRM 6.
They mentioned this in the CRM statement of direction which you can read about here
http://crmbusiness.wordpress.com/2011/05/10/crm-statement-of-direction-crm-6-release-date-q2-2012/

Sharepoint Server 2010 or Sharepoint Foundation 2010 for development? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
Improve this question
Ok first of all what is the difference between these two products?
Secondly are the development skills interchangeable between Server 2010 and Foundation 2010?
And lastly in terms of job market, when HR department writes "Looking for Sharepoint developer" do they mean developer for Sharepoint Server (MOSS) or Sharepoint Foundation (Services)?
Note: Working with SP Foundation would be better in my case because Sharepoint Server 2010 brings my computer to its knees with only 3GB RAM. Sharepoint Foundation is it a good starting point or would you suggest going with Sharepoint Server?
Strictly speaking, SharePoint Server IS SharePoint Foundation with additional features. Therefore, all your SharePoint Foundation development skills can be used in SharePoint Server as well. What you should/could use depends on the requirements of your project. Some projects require features that are only available in SharePoint Server, so that narrows your options.
If your PC is not powerfull enough to run SharePoint Server, there's always the option to install it on a development server and connect to it remotely. That is... if you have a development server available.
Side note: the term MOSS is only used for SharePoint Server 2007. Microsoft decided to change the name of the product from Microsoft Office SharePoint Server to Microsoft SharePoint Server.

What setup do you use for SharePoint (WSS/MOSS) development? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
Improve this question
I'm curious to know how other SharePoint developers setup their dev workstations.
My current setup:
Desktop with Server 2008 (only for Hyper-V, was using Vista before)
Use Visual Studio 2008 on local machine for dev work
Keep a local copy of SharePoint DLLs for referencing, no local SharePoint install
Run SharePoint in a Server 2003 VM hosted on my local machine
I develop all my SharePoint changes as a WSP and install them into the VM for testing. I don't run code in debug mode, but do write lots of trace statements to watch what my code is doing.
Also, when I'm making quick changes, I normally don't reinstall the entire WSP. I just recompile whatever DLL I changed and copy it into the GAC in my SharePoint VM, then reset IIS (normally writing Web Parts).
I know things would be easier if I ran SharePoint locally, but I'm normally working on more than one project at a time and don't want things to interfere.
Definitely prefer working in VM with SharePoint directly as I can debug into processes correctly, also I have a build script that will either redeploy my entire solution or let me just refresh the GAC.
I do all my development work on one of my VMware images. Since I try to do my SharePoint work in a TDD style I run a lot of tests and then the remote stuff just don't make sense to me.
The single item that have helped me the most is the post build event in visual studio, it is really amazing all the things you can do with a bit of scripting.
Running SharePoint/VS on the same server (either physical or virtual) will get you up and running quickly, but personally I don't think its the way to go.
In addition to what you describe (local VS/SharePoint running in VM's) then a few tips that may make your life easier.
1) Deploy to the bin directory rather than the GAC, then to update all you have to do is copy over your dll/pdb's in a post build batch file - don't think you can do that automatically if they are in the GAC on a remote machine can you?
2) Look at remote debugging - it can be a little bit of a pain to get working first but the effort is worth it! key tip is you need to use the same username/password on both the local and remote machine.
This page is related -
Debugging SharePoint 2007 Code

Resources