function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Pratik PawarPratik Pawar 

How can I generate a Test Record for knowledge__VoteStat into a Test Class?

I'm writing a Test Class where I need to create a Test Data for Article Vote. 

I've created KnowledgeArticle Record and Vote record by Passing ParentId and Type='Up' but I'm unable to get the knowledge__VoteStat record. 

Need a urgent help. Thanks in Advance.