UiPath Documentation
activities
latest
false
Important :
Veuillez noter que ce contenu a été localisé en partie à l’aide de la traduction automatique. La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.

Activités de workflow

AttachDocument

Attach documents to your test execution results to have proof of the outcome. You can view the attachment in Orchestrator by navigating to Testing > Test Executions > Test Run Details and then selecting View attachments on a specific test case.

Remarque :
  • L'aperçu des pièces jointes dans Orchestrator est disponible pour les formats de fichier JSON, TXT, XML, PNG et JPEG.

Définition

Espace de noms : UiPath.Testing.API

Assembly : UiPath.Testing.Activities.Api (dans UiPath.Testing.Activities.Api.dll)

Surcharges

AttachDocument(String)Joignez un document au cas de test actuel dans Orchestrator.
AttachDocument(String, IEnumerable<String>)Joignez un document, ainsi que des balises spécifiques, au cas de test actuel dans Orchestrator.

AttachDocument(String)

Joignez un document au cas de test actuel dans Orchestrator.

void AttachDocument(
    string filePath
)
void AttachDocument(
    string filePath
)

filePath Chaîne : spécifiez le chemin d’accès au fichier du document qui sera joint au cas de test.

AttachDocument(String, IEnumerable<String>)

Joignez un document, ainsi que des balises spécifiques, au cas de test actuel dans Orchestrator.

void AttachDocument(
    string filePath,
    IEnumerable<string> tags
)
void AttachDocument(
    string filePath,
    IEnumerable<string> tags
)

filePath Chaîne : spécifiez le chemin d’accès au fichier du document qui sera joint au cas de test.

tags IEnumerable<String> : définissez des balises personnalisées sur le document joint.

Cette page vous a-t-elle été utile ?

Connecter

Besoin d'aide ? Assistance

Vous souhaitez apprendre ? UiPath Academy

Vous avez des questions ? UiPath Forum

Rester à jour