Tuesday 25 August 2015

How to insert User with UserRole in testclass in Salesforce

         Hope many of Salesforce techies came across to inserting user record in test class. The below code will help your to solve your problem on inserting user with role. I would like to suggest create a separate util class for user creation like below. You can call it where ever you need in test class.

        Generally if you insert same user record details in more than one test method, then you will receive an exception as below,

System.DmlException: Insert failed. First exception on row 0; first error: DUPLICATE_USERNAME, Duplicate Username.<br>Another user has already selected this username.

To avoid such issue, randomly set the user name, email in your util method and create user like below,

Test Class Utility:

  1. @isTest
  2. public class TestUserUtil
  3. {
  4.     public static User createTestUser(Id roleId, Id profID, String fName, String lName)
  5.     {
  6.         String orgId = UserInfo.getOrganizationId();
  7.         String dateString = String.valueof(Datetime.now()).replace(' ','').replace(':','').replace('-','');
  8.        
  9.         Integer randomInt = Integer.valueOf(math.rint(math.random()*1000000));
  10.         String uniqueName = orgId + dateString + randomInt;
  11.         User tuser = new User(  firstname = fName,
  12.                                 lastName = lName,
  13.                                 email = uniqueName + '@test' + orgId + '.org',
  14.                                 Username = uniqueName + '@test' + orgId + '.org',
  15.                                 EmailEncodingKey = 'ISO-8859-1',
  16.                                 Alias = uniqueName.substring(1823),
  17.                                 TimeZoneSidKey = 'America/Los_Angeles',
  18.                                 LocaleSidKey = 'en_US',
  19.                                 LanguageLocaleKey = 'en_US',
  20.                                 ProfileId = profId,
  21.                                 UserRoleId = roleId);
  22.         return tuser;
  23.     }
  24. }


Test class:

  1. @isTest
  2. private class TestWorkLocation
  3. {
  4.     static testMethod void positiveDataInsert()
  5.     {
  6.         Profile pf = [SELECT Id FROM Profile WHERE Name = 'System Administrator'];
  7.        
  8.         UserRole ur = new UserRole(Name = 'CEO');
  9.         insert ur;
  10.         User usr = TestUserUtil.createTestUser(ur.Id, pf.Id'Test FirstName''Test LastName');
  11.        
  12.         System.runAs(usr)
  13.         {
  14.             // Do your logic here.
  15.         }
  16.     }
  17. }

80 comments:

  1. Hi Guys, I have all latest dumps of salesforce certification (Summer ‘17) if anyone wants you can mail me at
    sfdcconsultant25@gmail.com

    These are original questions from the certification exam and very useful to pass the exam.
    Above 90% questions come from it
    I have all latest dumps of following exams

    Salesforce Administrator (ADM 201)
    Salesforce Sales Cloud Consultant (CON 201)
    Salesforce Service Cloud Consultant
    Platform Developer I
    App Builder and App builder transition exam

    Good Day!

    ReplyDelete
  2. The information on this blog is very useful and very interesting. If someone needs to know about the just click . SFDC Course | SFDC Certification Training Course

    ReplyDelete
  3. Informative article on Salesforce technology!!! Your post helped me to understand the career prospects in cloud based CRM tool. Salesforce Training in Chennai | Salesforce Training Institutes in Chennai|Salesforce Course in Chennai

    ReplyDelete
  4. Nowadays, most of the businesses rely on cloud based CRM tool to power their business process. They want to access the business from anywhere and anytime. In such scenarios, salesforce CRM will ensure massive advantage to the business owners.Cloud Computing Training in Chennai|cloud computing training chennai

    ReplyDelete
  5. Really Good blog post.provided a helpful information.I hope that you will post more updates like this salesforce Online Training Hyderabad

    ReplyDelete

  6. I wish to show thanks to you just for bailing me out of this particular trouble.As a result of checking through the net and meeting techniques that were not productive, I thought my life was done.
    Advanced Selenium Training in Chennai

    ReplyDelete
  7. Needed to compose you a very little word to thank you yet again regarding the nice suggestions you’ve contributed here.
    amazon-web-services-training-institute-in-chennai

    ReplyDelete
  8. This comment has been removed by the author.

    ReplyDelete
  9. I believe there are many more pleasurable opportunities ahead for individuals that looked at your site
    google-cloud-platform-training-in-chennai

    ReplyDelete
  10. Thanks a lot very much for the high your blog post quality and results-oriented help. I won’t think twice to endorse to anybody who wants and needs support about this area.
    selenium training in chennai

    ReplyDelete
  11. Thanks a lot very much for the high quality and results-oriented help. I won’t think twice to endorse your blog post to anybody who wants and needs support about this area.

    RPA Training in Bangalore

    ReplyDelete
  12. I believe there are many more pleasurable opportunities ahead for individuals that looked at your site.
    Best Aws training Institute in chennai

    ReplyDelete
  13. Resources like the one you mentioned here will be very useful to me ! I will post a link to this page on my blog. I am sure my visitors will find that very useful

    selenium training in chennai
    aws training in chennai

    ReplyDelete
  14. It was worth visiting your blog and I have bookmarked your blog. Hope to visit again

    java training in chennai | java training in bangalore

    java online training | java training in pune

    ReplyDelete
  15. Well you use a hard way for publishing, you could find much easier one!
    Click here:
    Microsoft azure training in tambaram
    Click here:
    Microsoft azure training in chennai

    ReplyDelete
  16. Great post! I am actually getting ready to across this information, It’s very helpful for this blog.Also great with all of the valuable information you have Keep up the good work you are doing well.
    Click here:
    angularjs training in tambaram
    Click here:
    angularjs6 Training in Chennai
    Click here:
    angularjs6 Training in Chennai

    ReplyDelete
  17. It's interesting that many of the bloggers to helped clarify a few things for me as well as giving.Most of ideas can be nice content.The people to give them a good shake to get your point and across the command
    Data Science Training in Chennai
    Data science training in bangalore
    Data science online training
    Data science training in pune
    Data science training in kalyan nagar
    selenium training in chennai

    ReplyDelete
  18. Good Post! Thank you so much for sharing this pretty post, it was so good to read and useful to improve my knowledge as updated one, keep blogging.
    Devops training in velachery
    Devops training in annanagar
    Devops training in sholinganallur

    ReplyDelete
  19. It is better to engaged ourselves in activities we like. I liked the post. Thanks for sharing.

    python training in velachery
    python training institute in chennai


    ReplyDelete
  20. Hmm, it seems like your site ate my first comment (it was extremely long) so I guess I’ll just sum it up what I had written and say, I’m thoroughly enjoying your blog. I as well as an aspiring blog writer, but I’m still new to the whole thing. Do you have any recommendations for newbie blog writers? I’d appreciate it.

    Best Selenium Training in Chennai | Selenium Training Institute in Chennai | Besant Technologies

    Selenium Training in Bangalore | Best Selenium Training in Bangalore

    AWS Training in Bangalore | Amazon Web Services Training in Bangalore

    ReplyDelete
  21. It would have been the happiest moment for you,I mean if we have been waiting for something to happen and when it happens we forgot all hardwork and wait for getting that happened.
    Data Science course in rajaji nagar | Data Science with Python course in chenni
    Data Science course in electronic city | Data Science course in USA
    Data science course in pune | Data science course in kalyan nagar

    ReplyDelete
  22. Hmm, it seems like your site ate my first comment (it was extremely long) so I guess I’ll just sum it up what I had written and say, I’m thoroughly enjoying your blog. I as well as an aspiring blog writer, but I’m still new to the whole thing. Do you have any recommendations for newbie blog writers? I’d appreciate it.

    AWS Interview Questions And Answers

    AWS Training in Pune | Best Amazon Web Services Training in Pune

    Amazon Web Services Training in Pune | Best AWS Training in Pune

    AWS Online Training | Online AWS Certification Course - Gangboard

    ReplyDelete
  23. Pleasant Tips..Thanks for Sharing….We keep up hands on approach at work and in the workplace, keeping our business pragmatic, which recommends we can help you with your tree clearing and pruning in an invaluable and fit way.
    Pleasant Tips..Thanks for Sharing….We keep up hands on approach at work and in the workplace, keeping our business pragmatic, which recommends we can help you with your tree clearing and pruning in an invaluable and fit way.

    angularjs Training in chennai
    angularjs-Training in pune

    angularjs-Training in chennai

    angularjs Training in chennai

    angularjs-Training in tambaram

    angularjs-Training in sholinganallur

    ReplyDelete
  24. very good information.Thanks for giving the information about all the three major modules in the cloud.very useful content you provided in the article.For more information about aws visit
    aws online training
    aws training in hyderabad
    amazon web services online training

    ReplyDelete
  25. This is very good content you share on this blog. it's very informative and provide me future related information.
    devops online training

    aws online training

    data science with python online training

    data science online training

    rpa online training

    ReplyDelete
  26. I have picked cheery a lot of useful clothes outdated of this amazing blog. I’d love to return greater than and over again. Thanks! 
    Microsoft Azure online training
    Selenium online training
    Java online training
    Python online training
    uipath online training

    ReplyDelete
  27. The article is very interesting and very understood to be read, may be useful for the people. I wanted to thank you for this great read!! I definitely enjoyed every little bit of it. I have to bookmarked to check out new stuff on your post. Thanks for sharing the information keep updating, looking forward for more posts..
    Kindly visit us @
    Madurai Travels
    Best Travels in Madurai
    Cabs in Madurai
    Tours and Travels in Madurai

    ReplyDelete
  28. Appreciating the persistence you put into your blog and detailed information you provide.

    Oracle dba training chennai | oracle dba training course chennai

    ReplyDelete
  29. Being new to the blogging world I feel like there is still so much to learn. Your tips helped to clarify a few things for me as well as giving.google cloud platform training in bangalore

    ReplyDelete
  30. I have to search sites with relevant information on given topic and provide them to teacher our opinion and the article.

    digital marketing course

    ReplyDelete
  31. Attend The Data Analytics Courses From ExcelR. Practical Data Analytics Courses Sessions With Assured Placement Support From Experienced Faculty. ExcelR Offers The Data Analytics Courses.
    Data Analytics Courses
    Data Science Interview Questions

    ReplyDelete
  32. My Testimony Hello everyone. Am here to testify how I got my loan from Mr. Benjamin after I applied several times from various loan lenders who promised to help but they never gave me the loan. Until a friend of mine introduced me to Mr.Benjamin Lee promised to help me and indeed he did as he promised without any form of delay.I never thought there are still reliable loan lenders until I met Mr. Benjamin Lee, who indeed helped with the loan and changed my belief. I don't know if you are in any way in need of a genuine and urgent loan, Be free to contact Mr. Benjamin via WhatsApp +1-989-394-3740 and  his email: Lfdsloans@outlook.com thank you.   

    ReplyDelete
  33. I read this post two times, I like it so much, please try to keep posting & Let me introduce other material that may be good for our community.

    ReplyDelete
  34. I read this post two times, I like it so much, please try to keep posting & Let me introduce other material that may be good for our community. data science courses

    ReplyDelete
  35. Great Article… I love to read your articles because your writing style is too good,
    its is very very helpful for all of us and I never get bored while reading your article because,
    they are becomes a more and more interesting from the starting lines until the end.
    java training in chennai

    java training in tambaram

    aws training in chennai

    aws training in tambaram

    python training in chennai

    python training in tambaram

    selenium training in chennai

    selenium training in tambaram

    ReplyDelete
  36. Great post! I am actually getting ready to across this information, It’s very helpful for this blog.Also great with all of the valuable information you have Keep up the good work you are doing well.
    hardware and networking training in chennai

    hardware and networking training in omr

    xamarin training in chennai

    xamarin training in omr

    ios training in chennai

    ios training in omr

    iot training in chennai

    iot training in omr

    ReplyDelete
  37. Very interesting blog. Many blogs I see these days do not really provide anything that attracts others, but believe me the way you interact is literally awesome. I will instantly grab your rss feed to stay informed of any updates you make and as well take the advantage to share some latest information about

    CREDIT CARD HACK SOFTWARE which many are not yet informed, of the recent technology.

    Thank so much for the great job.

    ReplyDelete
  38. Glad to chat your blog,I seem to be forward to more reliable articles and i think we all wish to thank so many good articles,blog to share with us.data scientist courses

    ReplyDelete


  39. Nice article and thanks for sharing with us. Its very informative.


    Tableau Training in Hyderabad

    ReplyDelete
  40. Do you need Finance? Are you looking for Finance? Are you looking for finance to enlarge your business? We help individuals and companies to obtain finance for business expanding and to setup a new business ranging any amount. Get finance at affordable interest rate of 3%, Do you need this finance for business and to clear your bills? Then send us an email now for more information contact us now via (financialserviceoffer876@gmail.com) whats-App +918929509036 Dr James Eric Finance Pvt Ltd Thanks

    ReplyDelete
  41. Regular visits listed here are the easiest method to appreciate your energy, which is why why I am going to the website everyday, searching for new, interesting info. Many, thank you!
    data scientist course in hyderabad

    ReplyDelete
  42. Wow finally I got good article about how to insert User with UserRole in testclass in Salesforce.Tremendous blog about Salesforce , Thanks for sharing. Hope you deliver the similar successive contents forthcoming as well.

    ReplyDelete
  43. Data Science Course in Chennai | Infycle Technologies

    Data science can be defined as a blend of Mathematics. The entire Data Life Cycle is covered in our Data Science course in Chennai, which includes Data Architecture, Statistics, Advanced Data Analytics, and Machine Learning. To enrol in this course, you must have a basic understanding of statistics and mathematics. We Infycle offer the Data Science course in Chennai with 200% practical classes, pre-mock interview sessions, and more career counseling classes. For a free demo session, call us at 7502633633.
    Best training in Chennai

    ReplyDelete
  44. That's indeed a very detailed list of blog commenting websites.
    custom on-demand app development

    ReplyDelete
  45. Thank you for sharing this valuable knowledge; it will be of great benefit to myself and many others. This is something I can share with my friends. Keep up to date...

    digital marketing course in hyderabad

    ReplyDelete
  46. Set 3:
    Best Software Training Institute in Chennai | Infycle Technologies

    Title:

    Description:
    Train yourself in specific modules of any software to brush up your skills & shine in your career growth with the best software training institute in Chennai, Infycle Technologies. Infycle is the only Software Training Center in Chennai equipped with 150+ customized courses to serve the needs of the candidate's job profile requirements inclusive with the top job placements in the MNC's. Rather than just teaching the theories, our entire aim is aligned to make you a master by giving you the live hands-on training. Therefore, individuals will be asked to work on the live tasks & real-time use cases, that brings out the definite coder in you! To grab all these, call 7502633633 for a free demo.
    best training institute in chennai

    ReplyDelete
  47. Are you interested in doing Data Science Training in Chennai with a Certification Exam? Catch the best features of Data Science training courses with Infycle Technologies, the best Data Science Training & Placement institutes in and around Chennai. Infycle offers the best hands-on training to the students with the revised curriculum to enhance their knowledge. In addition to the Certification & Training, Infycle offers placement classes for personality tests, interview preparation, and mock interviews for clearing the interviews with the best records. To have all it in your hands, dial 7504633633 for a free demo from the experts.

    ReplyDelete
  48. This post is very simple to read and appreciate without leaving any details out. Great work!
    data science training

    ReplyDelete
  49. Amazingly by and large very interesting post. I was looking for such an information and thoroughly enjoyed examining this one. Keep posting. An obligation of appreciation is all together for sharing.data science training in kolhapur

    ReplyDelete
  50. Nice blog and absolutely outstanding. You can do something much better but I still say this perfect.Keep trying for the best.
    data analytics training in hyderabad

    ReplyDelete
  51. Hello Everyone,

    Welcome to the future! Financing made easy with Prof. Mrs. DOROTHY LOAN INVESTMENTS

    Have you been looking for financing options for your new business plans, Are you seeking for a loan to expand your existing business, Do you find yourself in a bit of trouble with unpaid bills and you don’t know which way to go or where to turn to? Have you been turned down by your banks? MRS. DOROTHY LOAN INVESTMENTS says YES when your banks say NO. Contact us as we offer financial services at a low and affordable interest rate of 2% for long and short term loans. Interested applicants should contact us for further loan acquisition procedures via profdorothyinvestments@gmail.com

    Services rendered include:

    *Refinancing Loans
    * Car Loan
    *Truck Loans
    * Home Loan
    * Mortgage Loan
    * Debt Consolidation Loan
    * Business Loan [secure and unsecured]
    * Personal Loan [secure and unsecured]
    * Students Loan and so many others.

    For more info; Contact us via Email: profdorothyinvestments@gmail.com

    With Prof. Mrs. DOROTHY LOAN INVESTMENTS. you can say goodbye to all your financial crisis and difficulties as we are certified, trustworthy, reliable, efficient, fast and dynamic

    ReplyDelete
  52. Hello Everyone,

    Welcome to the future! Financing made easy with Prof. Mrs. DOROTHY LOAN INVESTMENTS

    Have you been looking for financing options for your new business plans, Are you seeking for a loan to expand your existing business, Do you find yourself in a bit of trouble with unpaid bills and you don’t know which way to go or where to turn to? Have you been turned down by your banks? MRS. DOROTHY LOAN INVESTMENTS says YES when your banks say NO. Contact us as we offer financial services at a low and affordable interest rate of 2% for long and short term loans. Interested applicants should contact us for further loan acquisition procedures via profdorothyinvestments@gmail.com

    Services rendered include:

    * Refinancing Loans
    * Car Loan
    * Truck Loans
    * COVID-19 Financing Loan
    * Home Loan
    * Mortgage Loan
    * Debt Consolidation Loan
    * Farm Loan
    * Business Loan [secure and unsecured]
    * Personal Loan [secure and unsecured]
    * Students Loan and so many others.

    For more info; Contact us via Email: profdorothyinvestments@gmail.com

    With Prof. Mrs. DOROTHY LOAN INVESTMENTS. you can say goodbye to all your financial crisis and difficulties as we are certified, trustworthy, reliable, efficient, fast and dynamic

    ReplyDelete
  53. Nice and good article. It is very useful for me to learn and understand easily. Thanks for sharing.
    Learn Salesforce CPQ
    Salesforce CPQ Online Training

    ReplyDelete
  54. Just pure brilliance from you here. I have never expected something less than this from you and you have not disappointed me at all. I suppose you will keep the quality work going on.
    data science online training in hyderabad

    ReplyDelete
  55. Great Article it its really informative and innovative keep us posted with new updates. its was really valuable. thanks a lot.
    business analytics training in hyderabad

    ReplyDelete
  56. I understand this is one of the most significant direction for me. What's more, I'm fiery concentrating on your article. anyway need to analysis upon a few standard matters, the web webpage style is unmodified; the articles are strong. much thanks to you for the significant amount of real and reasonable express.MS Office 2016 With Crack

    ReplyDelete
  57. I have Been addressing pretty much this count number, as a final product gratitude for posting. cold publication.It 's as a matter of fact exceptionally fine and helpful say.thank you Happy Birthday Quotes

    ReplyDelete
  58. Salesforce Service Cloud is about ensuring that businesses provide exceptional customer service. It's like having a virtual customer care team on hand 24 hours a day, seven days a week. Salesforce Service Cloud Implementation can be a challenging yet rewarding experience, but it is important to streamline their customer service operations, improve their agent productivity, and ultimately enhance their overall customer experience.

    With Salesforce Service Cloud Implementation, you can easily assist your businesses to leverage the power of Salesforce to achieve your business goals. Request a free consultation with an AblyPro expert to learn how Salesforce Service Cloud may help your company improve customer service and drive higher retention rates!

    ReplyDelete
  59. Thank you for sharing your creativity and passion with the world.Dive into Python: A Comprehensive Training Journey

    ReplyDelete

Activities: Assign Tasks to a Queue Salesforce Lightning

Salesforce announced to assign Tasks to a Queue beginning from Spring'20 release. How does it work? In Setup, enter Queues in th...