
Đã đóng
Đã đăng vào
Thanh toán khi bàn giao
I’m putting together a robust UI automation foundation in C# on top of Playwright and I’d like you to architect the entire solution. The framework must run under XUnit, focus on web applications, and include the following essentials: • Automated self-healing for element locators so that minor DOM changes do not break the suite. • A Claude AI integration point that accepts a natural-language prompt and returns runnable Playwright test code, which the framework then compiles and executes. • Azure Entra authentication handled through TOTP (time-based one-time password). The test harness should be able to obtain the one-time code programmatically and inject it into login flows. What I need from you: 1. A clean, extensible solution structure (preferably a .NET 8 class library plus test project) with Playwright dependency management baked in. 2. Core helper classes for self-healing, clearly separated so they can evolve without touching test logic. 3. A lightweight service wrapper that calls Claude’s API, stores the response in a new test file, and wires it into the XUnit run. 4. Sample page models and at least two demo tests that prove the healing logic, the AI code-gen path, and Entra TOTP sign-in all work together. 5. README covering setup, environment variables, and how to trigger AI-generated tests from a simple prompt. I’m happy to review incremental pull requests, so break the work into logical commits and keep the code well commented. Let me know which NuGet packages or external libraries you expect to use for self-healing and TOTP, and feel free to suggest alternatives if they simplify maintenance. I need a screen share demo and code walkthrough for better understanding.
Mã dự án: 40341424
14 đề xuất
Dự án từ xa
Hoạt động 12 ngày trước
Thiết lập ngân sách và thời gian
Nhận thanh toán cho công việc
Phác thảo đề xuất của bạn
Miễn phí đăng ký và cháo giá cho công việc
14 freelancer chào giá trung bình ₹7.850 INR cho công việc này

This version is more likely to start a conversation: This project sounds like you’re trying to build a proper automation foundation rather than just a test suite, especially with self-healing, AI-generated tests, and Entra TOTP in the same framework. The architecture will matter a lot here so things don’t become tightly coupled later. If I were structuring this, I would keep it as a .NET 8 solution with a core library for Playwright setup, driver management, base pages, and configuration. Then separate projects for self-healing logic, Claude AI integration, and Entra authentication so each module can evolve independently. The AI service would generate test code, save it into the test project, and the XUnit runner can pick it up dynamically. For TOTP, we can generate the code programmatically and inject it during the login flow so the tests remain fully automated. One suggestion from experience: keep AI-generated tests isolated from stable regression tests so they don’t accidentally break the main suite. If you want, I can first design the solution structure and walk you through it on a screen share before we start implementing. Jenifer
₹8.000 INR trong 7 ngày
9,5
9,5

Hi, This is a technically ambitious requirement combining self-healing automation, AI-driven test generation, and secure authentication. The key here is building a clean, extensible architecture from the start so it doesn’t become brittle later. I would approach this in structured phases: Phase 1 - .NET 8 + Playwright + XUnit foundation - Scalable structure (Page Objects + helper layers) - TOTP-based Azure Entra authentication - Sample test flows and documentation Phase 2 - Self-healing locator engine using fallback + heuristic matching - Isolation of healing logic for maintainability Phase 3 - Claude AI integration (prompt → test generation → compile → execute) - Dynamic test creation integrated with XUnit I have strong experience in C# architecture, API integrations, and building scalable systems. The focus will be on a modular, production-ready framework rather than a quick prototype. A couple of quick clarifications: - Do you prefer attribute-based healing or a more advanced ML-assisted approach? - Should AI-generated tests be stored or generated per execution? Happy to break this into milestones and walk through the design. Best regards, Davinder
₹12.500 INR trong 7 ngày
5,5
5,5

I saw your project and am confident I can deliver on this. I'm currently working on a similar project and understand the importance of automated self-healing for element locators, a Claude AI integration point, and Azure Entra TOTP authentication. With a focus on web applications, my solution will ensure seamless functionality and reliability. The integration of these features will result in a robust UI automation foundation that meets your exact requirements, providing a cutting-edge solution tailored to your needs. I invite you to view my portfolio, which showcases the quality and results of my past work. My experience in architecting similar solutions and my expertise in C# and Playwright testing frameworks make me the ideal candidate for this project. I am committed to delivering a solution that exceeds your expectations and provides a seamless user experience. I look forward to hearing from you. Regards, Sadiya
₹6.000 INR trong 7 ngày
0,0
0,0

Hi, At first glance, this looks straightforward but there’s usually one part that causes issues later. Happy to share a quick plan if you're open to it. Regards, Rajesh
₹7.000 INR trong 7 ngày
0,1
0,1

As a highly experienced software architect, it aligns well with my skills and expertise to tackle your "Self-Healing C# Playwright Testing Framework" project. My team at Accelaronix Technologies has a proven track record of designing and implementing scalable digital systems across a range of platforms, including Web Apps, CRM, eCommerce, CMS, ERP, and large-scale data migrations - all skills that directly apply to your project needs. What sets us apart is our strong emphasis on reducing manual work, improving operational efficiency, and building systems that scale with businesses - values that clearly resonate with the requirements you've listed for the framework. We're particularly adept at API integrations and system architecture which will be essential for tackling the specific challenges of self-healing element locators and integrating Claude AI in your project. Moreover, we also have a team skilled in TOTP implementations like Azure Entra authentication which will be useful for managing one-time passwords programmatically during login flows. Furthermore, we're well-versed in using Playwright within the .NET ecosystem so much so that suggesting relevant NuGet packages or external libraries as required becomes second nature to us. In conclusion, by selecting my team for your project, you are not just getting proficient technical assistance but also earnest commitment towards your business's success.
₹11.400 INR trong 5 ngày
0,0
0,0

Hi, I read your brief carefully. You’re not asking for a few Playwright helpers — you need a real automation foundation with clean architecture, resilient locator strategy, AI-assisted test generation, and authentication support that fits into a maintainable .NET 8/XUnit setup. I can structure this as a proper C# Playwright framework with separate healing components, a clean Claude integration layer, TOTP-based Entra login handling, and sample tests that prove the full flow works end to end. I’d also keep the solution easy to extend, well documented, and suitable for incremental review through logical commits and a live walkthrough. I’m happy to explain the package choices, architecture decisions, and demo the framework clearly over screen share. Best regards. Ankit.
₹7.000 INR trong 2 ngày
0,0
0,0

⭐ Cost: ₹4,000 INR || Timeline: within 1 day ⭐ Hi there, I’m a new freelancer on Freelancer.com, but I can do this project easily as a senior .NET developer. I have carefully reviewed your project and understand all your requirements. I’ve already worked on similar automation framework and test architecture projects, and I understand you need a clean, extensible UI automation foundation in C# + Playwright + XUnit with self-healing locators, Claude AI code-generation integration, and Azure Entra authentication with programmatic TOTP handling. At this budget, I’ll deliver a well-structured .NET 8 solution with separate framework and test layers, core helpers for self-healing, a lightweight Claude API wrapper for prompt-to-test generation, sample page models, demo tests, and a clear README covering setup, environment variables, and execution flow. I will also keep the code clean and well commented, use logical commits, and provide a screen-share demo plus code walkthrough so you can understand the framework clearly and maintain it easily. I’m ready to start immediately. Warm regards, Oluwatobi Okedairo
₹4.000 INR trong 1 ngày
0,0
0,0

Hello there, Flaky UI suites usually fail the moment DOM changes or authentication flows shift, so the priority here is building a resilient automation foundation that keeps tests stable even when selectors, login screens, or generated scenarios evolve. The solution will focus on reducing brittle locator failures through self-healing recovery logic, stabilizing the authentication flow, and wiring AI-generated tests directly into a maintainable execution pipeline so the suite remains dependable as the application grows. Which area is currently causing the most instability in your runs locator failures, auth flow breakage, or generated test reliability? Talk soon, Nikunj
₹7.000 INR trong 7 ngày
0,0
0,0

I am excited to help you build a robust UI automation framework in C# using Playwright with XUnit. With experience in both test automation and API integrations, I can architect a clean, extensible solution that meets all your requirements. What I Offer: - Solution Architecture: A modular, maintainable solution in .NET 8 with Playwright dependency management integrated into a class library and test project. - Self-Healing Locators: Core helper classes that implement self-healing logic, ensuring that minor DOM changes do not break tests. - Claude AI Integration: A service wrapper to interact with Claude’s API, converting natural-language prompts into runnable Playwright test code that the framework will execute. - TOTP Integration: Handling Azure Entra TOTP authentication for seamless, programmatically injected one-time codes during login flows. - Demo Tests & Page Models: Sample page models with demo tests demonstrating the self-healing logic, AI code generation, and TOTP sign-in. - Documentation: A comprehensive README to set up the environment, configure variables, and trigger AI-generated tests. I’m ready to get started and deliver a well-structured solution for your UI automation needs. Best regards,
₹7.000 INR trong 7 ngày
0,0
0,0

With over a decade of experience in building scalable web applications, I am confident that my skills can meet the demands of your project. I have a proficiency in .NET, C#, and Playwright thus the core technologies this project revolves around.
₹7.000 INR trong 7 ngày
0,0
0,0

560087, India
Phương thức thanh toán đã xác thực
Thành viên từ thg 10 12, 2021
₹1500-12500 INR
₹1500-12500 INR
₹600-1500 INR
₹1500-12500 INR
₹750-1250 INR/ giờ
$30-250 USD
€2-6 EUR/ giờ
$750-1500 USD
£3000-5000 GBP
$30-250 USD
₹37500-75000 INR
$10-50 USD
$30-250 USD
₹150000-250000 INR
₹750-1250 INR/ giờ
$2-8 USD/ giờ
$250-750 USD
£20-250 GBP
₹1500-12500 INR
₹37500-75000 INR
$1500-3000 USD
$30-250 USD
$30-250 CAD
$250-750 USD
$250-750 USD