Certification 실습문제 몇가지 질문드립니다!

안녕하세요. certification 퀴즈를 통과하고 실습문제를 진행중입니다.

잘 이해가 가지 않는 몇가지 질문드리겠습니다.

  1. Add the ACME_URL and ACME_Credential to the Config file
  • Config 파일에 ACME_URL을 추가하는건 알겠는데, ACME_Credential 이건 무엇을 나타내는건가요?
  1. CloseAllApplications에는 close tab을 활용하면 될 것 같은데, KillAllProcesses 에는 어떤식으로 구성해야 하는지 잘 모르겠습니다. Academy 영상 중 어떤걸 봐야하는지, 또는 관련 자료나 조언을 해주시면 감사하겠습니다.

  2. The process should recover and retry in case of errors in navigation between WorkItems page. One transaction is the action of scraping one web page.

  • 하나의 트랜잭션이 하나의 페이지에서 데이터를 긁어오는 것 이라고 하는데, 이경우 기존에 Data Scraping같은 Record는 사용하지 않아야 하는걸까요?

감사합니다.

@nukabyte

You should store credentials either in Orchestrator Assets or Windows credentials manager and mention that asset name under value column in Settings sheet of config file. And also write something in Name column like this: ACME_Credential and use this name to read asset name from config file in the process.

In close Application WorkFlow file, indicate logout of ACME site and then close that window.

In Kill All process workflow file, take Kill Process Activity and mention process name as browser you are using it. It’s recommended to use IE browser and UiPath will easily identify pop up’s of IE browser.

I hope you are using REFramework to design this process. You have to specify retry number to retry the failed transactions. Read the instructions carefully and follow.

Yes here we have to use Data scraping only but don’t indicate Next button and all. You have to make the Selector dynamic and at a time you have to read one page only. For this, refer Generate Yearly report assignment under Level 3 Adavanced training.

Hope it clears all your queries. All the best bro :grinning:

Thank you!

Today is failed…
but Tomorrow i’ll try!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.